color codes Logo

#6a0ded color codes

#6A0DED
(106,13,237)
0 Favorites   0 Comments

Color spaces of #6a0ded

RGB 10613237
HSL0.740.900.49
HSV265°95°93°
CMYK 0.550.950.00   0.07
XYZ21.37389.466480.8214
Yxy9.46640.19140.0848
Hunter Lab30.767570.1585-134.2082
CIE-Lab36.867276.1784-89.9359

#6a0ded color RGB value is (106,13,237).

#6a0ded hex color red value is 106, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6a0ded hue: 0.74 , saturation: 0.90 and the lightness value of 6a0ded is 0.49.

The process color (four color CMYK) of #6a0ded color code is 0.55, 0.95, 0.00, 0.07. Web safe color of #6a0ded is #6600ff. Color #6a0ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00001101 11101101
Octal 152 15 355
Decimal 106 13 237
Hex 6A D ED

RGB Percentages of Color #6a0ded

%29.78
%3.65
%66.57

CMYK Percentages of Color #6a0ded

%55
%95
%0
%7

Triadic Colors of #6a0ded

#6a0ded #ed6a0d #0ded6a

Analogous Colors of #6a0ded

#6a0ded #da0ded #0d20ed

Monochromatic Colors of #6a0ded

#6a0ded

Complementary Color

#6a0ded #90ed0d

#6a0ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0ded Color CSS Codes

.mybgcolor {background-color:#6a0ded; } 
.myforecolor {color:#6a0ded; }
.mybordercolor {border:3px solid #6a0ded; }

#6a0ded Text Font Color

<p style="color:#6a0ded">Text here</p>

This sample text font color is #6a0ded
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a0ded Background Color

<div style="background-color:#6a0ded">
Div content here</div>

This div background color is #6a0ded


#6a0ded Border Color

<div style="border:3px solid #6a0ded">
Div here</div>

This div border color is #6a0ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,13,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a0ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a0ded;
  -webkit-box-shadow: 1px 1px 3px 2px #6a0ded;
  box-shadow:         1px 1px 3px 2px #6a0ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,13,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a0ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a0ded;
  -webkit-box-shadow: 1px 1px 3px 2px #6a0ded;
  box-shadow:         1px 1px 3px 2px #6a0ded;">
Div content here</div>

This div box has shadow with color #6a0ded


Comments

No comments written yet.

Please login to write comment.