Color Hex Logo

#cd90ef Color Hex

#CD90EF
(205,144,239)
0 Favorites   0 Comments

Color spaces of #cd90ef

RGB 205144239
HSL0.770.750.75
HSV279°40°94°
CMYK 0.140.400.00   0.06
XYZ50.730139.157686.5458
Yxy39.15760.28750.2219
Hunter Lab62.576035.2011-38.1978
CIE-Lab68.865339.7838-38.9450

#cd90ef color RGB value is (205,144,239).

#cd90ef hex color red value is 205, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cd90ef hue: 0.77 , saturation: 0.75 and the lightness value of cd90ef is 0.75.

The process color (four color CMYK) of #cd90ef color hex is 0.14, 0.40, 0.00, 0.06. Web safe color of #cd90ef is #cc99ff. Color #cd90ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010000 11101111
Octal 315 220 357
Decimal 205 144 239
Hex CD 90 EF

RGB Percentages of Color #cd90ef

%34.86
%24.49
%40.65

CMYK Percentages of Color #cd90ef

%14
%40
%0
%6

Triadic Colors of #cd90ef

#cd90ef #efcd90 #90efcd

Analogous Colors of #cd90ef

#cd90ef #ef90e2 #9e90ef

Monochromatic Colors of #cd90ef

#cd90ef

Complementary Color

#cd90ef #b2ef90

#cd90ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd90ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd90ef Color CSS Codes

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

#cd90ef Text Font Color

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

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


#cd90ef Background Color

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

This div background color is #cd90ef


#cd90ef Border Color

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

This div border color is #cd90ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,144,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd90ef


Comments

No comments written yet.

Please login to write comment.