Color Hex Logo

#cd69ed Color Hex

#CD69ED
(205,105,237)
0 Favorites   0 Comments

Color spaces of #cd69ed

RGB 205105237
HSL0.790.790.67
HSV285°56°93°
CMYK 0.140.560.00   0.07
XYZ45.514529.196783.3574
Yxy29.19670.28790.1847
Hunter Lab54.034055.7967-53.6420
CIE-Lab60.954859.4756-50.2800

#cd69ed color RGB value is (205,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 11101101
Octal 315 151 355
Decimal 205 105 237
Hex CD 69 ED

RGB Percentages of Color #cd69ed

%37.48
%19.20
%43.33

CMYK Percentages of Color #cd69ed

%14
%56
%0
%7

Triadic Colors of #cd69ed

#cd69ed #edcd69 #69edcd

Analogous Colors of #cd69ed

#cd69ed #ed69cb #8b69ed

Monochromatic Colors of #cd69ed

#cd69ed

Complementary Color

#cd69ed #89ed69

#cd69ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd69ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd69ed Color CSS Codes

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

#cd69ed Text Font Color

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

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


#cd69ed Background Color

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

This div background color is #cd69ed


#cd69ed Border Color

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

This div border color is #cd69ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd69ed


Comments

No comments written yet.

Please login to write comment.