Color Hex Logo

#cd90da Color Hex

#CD90DA
(205,144,218)
0 Favorites   0 Comments

Color spaces of #cd90da

RGB 205144218
HSL0.800.500.71
HSV289°34°85°
CMYK 0.060.340.00   0.15
XYZ47.805037.987671.1424
Yxy37.98760.30460.2421
Hunter Lab61.634130.5896-25.2928
CIE-Lab68.011535.5139-28.7006

#cd90da color RGB value is (205,144,218).

#cd90da hex color red value is 205, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd90da hue: 0.80 , saturation: 0.50 and the lightness value of cd90da is 0.71.

The process color (four color CMYK) of #cd90da color hex is 0.06, 0.34, 0.00, 0.15. Web safe color of #cd90da is #cc99cc. Color #cd90da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010000 11011010
Octal 315 220 332
Decimal 205 144 218
Hex CD 90 DA

RGB Percentages of Color #cd90da

%36.16
%25.40
%38.45

CMYK Percentages of Color #cd90da

%6
%34
%0
%15

Triadic Colors of #cd90da

#cd90da #dacd90 #90dacd

Analogous Colors of #cd90da

#cd90da #da90c2 #a890da

Monochromatic Colors of #cd90da

#cd90da

Complementary Color

#cd90da #9dda90

#cd90da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd90da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd90da Color CSS Codes

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

#cd90da Text Font Color

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

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


#cd90da Background Color

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

This div background color is #cd90da


#cd90da Border Color

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

This div border color is #cd90da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd90da


Comments

No comments written yet.

Please login to write comment.