Color Hex Logo

#cc90ca Color Hex

#CC90CA
(204,144,202)
0 Favorites   0 Comments

Color spaces of #cc90ca

RGB 204144202
HSL0.840.370.68
HSV302°29°80°
CMYK 0.000.290.01   0.20
XYZ45.535837.048260.6281
Yxy37.04820.31800.2587
Hunter Lab60.867227.0212-16.4500
CIE-Lab67.313232.1299-20.8953

#cc90ca color RGB value is (204,144,202).

#cc90ca hex color red value is 204, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc90ca hue: 0.84 , saturation: 0.37 and the lightness value of cc90ca is 0.68.

The process color (four color CMYK) of #cc90ca color hex is 0.00, 0.29, 0.01, 0.20. Web safe color of #cc90ca is #cc99cc. Color #cc90ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 11001010
Octal 314 220 312
Decimal 204 144 202
Hex CC 90 CA

RGB Percentages of Color #cc90ca

%37.09
%26.18
%36.73

CMYK Percentages of Color #cc90ca

%0
%29
%1
%20

Triadic Colors of #cc90ca

#cc90ca #cacc90 #90cacc

Analogous Colors of #cc90ca

#cc90ca #cc90ac #b090cc

Monochromatic Colors of #cc90ca

#cc90ca

Complementary Color

#cc90ca #90cc92

#cc90ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc90ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc90ca Color CSS Codes

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

#cc90ca Text Font Color

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

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


#cc90ca Background Color

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

This div background color is #cc90ca


#cc90ca Border Color

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

This div border color is #cc90ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc90ca


Comments

No comments written yet.

Please login to write comment.