Color Hex Logo

#cd6aed Color Hex

#CD6AED
(205,106,237)
0 Favorites   0 Comments

Color spaces of #cd6aed

RGB 205106237
HSL0.790.780.67
HSV285°55°93°
CMYK 0.140.550.00   0.07
XYZ45.616929.401683.3916
Yxy29.40160.28800.1856
Hunter Lab54.223255.2777-53.2277
CIE-Lab61.134458.9946-49.9954

#cd6aed color RGB value is (205,106,237).

#cd6aed hex color red value is 205, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cd6aed hue: 0.79 , saturation: 0.78 and the lightness value of cd6aed is 0.67.

The process color (four color CMYK) of #cd6aed color hex is 0.14, 0.55, 0.00, 0.07. Web safe color of #cd6aed is #cc66ff. Color #cd6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101010 11101101
Octal 315 152 355
Decimal 205 106 237
Hex CD 6A ED

RGB Percentages of Color #cd6aed

%37.41
%19.34
%43.25

CMYK Percentages of Color #cd6aed

%14
%55
%0
%7

Triadic Colors of #cd6aed

#cd6aed #edcd6a #6aedcd

Analogous Colors of #cd6aed

#cd6aed #ed6acc #8c6aed

Monochromatic Colors of #cd6aed

#cd6aed

Complementary Color

#cd6aed #8aed6a

#cd6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6aed Color CSS Codes

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

#cd6aed Text Font Color

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

This sample text font color is #cd6aed
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.


#cd6aed Background Color

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

This div background color is #cd6aed


#cd6aed Border Color

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

This div border color is #cd6aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,106,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 #cd6aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6aed


Comments

No comments written yet.

Please login to write comment.