Color Hex Logo

#cca2ce Color Hex

#CCA2CE
(204,162,206)
0 Favorites   0 Comments

Color spaces of #cca2ce

RGB 204162206
HSL0.830.310.72
HSV297°21°81°
CMYK 0.010.210.00   0.19
XYZ48.962743.134364.1376
Yxy43.13430.31340.2761
Hunter Lab65.676718.1395-11.9269
CIE-Lab71.646023.0320-16.5403

#cca2ce color RGB value is (204,162,206).

#cca2ce hex color red value is 204, green value is 162 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cca2ce hue: 0.83 , saturation: 0.31 and the lightness value of cca2ce is 0.72.

The process color (four color CMYK) of #cca2ce color hex is 0.01, 0.21, 0.00, 0.19. Web safe color of #cca2ce is #cc99cc. Color #cca2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 11001110
Octal 314 242 316
Decimal 204 162 206
Hex CC A2 CE

RGB Percentages of Color #cca2ce

%35.66
%28.32
%36.01

CMYK Percentages of Color #cca2ce

%1
%21
%0
%19

Triadic Colors of #cca2ce

#cca2ce #cecca2 #a2cecc

Analogous Colors of #cca2ce

#cca2ce #cea2ba #b6a2ce

Monochromatic Colors of #cca2ce

#cca2ce

Complementary Color

#cca2ce #a4cea2

#cca2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca2ce Color CSS Codes

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

#cca2ce Text Font Color

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

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


#cca2ce Background Color

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

This div background color is #cca2ce


#cca2ce Border Color

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

This div border color is #cca2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca2ce


Comments

No comments written yet.

Please login to write comment.