Color Hex Logo

#cf90de Color Hex

#CF90DE
(207,144,222)
0 Favorites   0 Comments

Color spaces of #cf90de

RGB 207144222
HSL0.800.540.72
HSV288°35°87°
CMYK 0.070.350.00   0.13
XYZ48.890238.485873.9590
Yxy38.48580.30300.2385
Hunter Lab62.036932.1081-27.2583
CIE-Lab68.377136.9240-30.3308

#cf90de color RGB value is (207,144,222).

#cf90de hex color red value is 207, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cf90de hue: 0.80 , saturation: 0.54 and the lightness value of cf90de is 0.72.

The process color (four color CMYK) of #cf90de color hex is 0.07, 0.35, 0.00, 0.13. Web safe color of #cf90de is #cc99cc. Color #cf90de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010000 11011110
Octal 317 220 336
Decimal 207 144 222
Hex CF 90 DE

RGB Percentages of Color #cf90de

%36.13
%25.13
%38.74

CMYK Percentages of Color #cf90de

%7
%35
%0
%13

Triadic Colors of #cf90de

#cf90de #decf90 #90decf

Analogous Colors of #cf90de

#cf90de #de90c6 #a890de

Monochromatic Colors of #cf90de

#cf90de

Complementary Color

#cf90de #9fde90

#cf90de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf90de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf90de Color CSS Codes

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

#cf90de Text Font Color

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

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


#cf90de Background Color

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

This div background color is #cf90de


#cf90de Border Color

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

This div border color is #cf90de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf90de


Comments

No comments written yet.

Please login to write comment.