Color Hex Logo

#cc92cf Color Hex

#CC92CF
(204,146,207)
0 Favorites   0 Comments

Color spaces of #cc92cf

RGB 204146207
HSL0.830.390.69
HSV297°29°81°
CMYK 0.010.290.00   0.19
XYZ46.443237.900163.8991
Yxy37.90010.31330.2557
Hunter Lab61.563126.9251-18.4457
CIE-Lab67.946931.9800-22.7100

#cc92cf color RGB value is (204,146,207).

#cc92cf hex color red value is 204, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cc92cf hue: 0.83 , saturation: 0.39 and the lightness value of cc92cf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 11001111
Octal 314 222 317
Decimal 204 146 207
Hex CC 92 CF

RGB Percentages of Color #cc92cf

%36.62
%26.21
%37.16

CMYK Percentages of Color #cc92cf

%1
%29
%0
%19

Triadic Colors of #cc92cf

#cc92cf #cfcc92 #92cfcc

Analogous Colors of #cc92cf

#cc92cf #cf92b4 #ae92cf

Monochromatic Colors of #cc92cf

#cc92cf

Complementary Color

#cc92cf #95cf92

#cc92cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc92cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc92cf Color CSS Codes

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

#cc92cf Text Font Color

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

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


#cc92cf Background Color

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

This div background color is #cc92cf


#cc92cf Border Color

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

This div border color is #cc92cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc92cf


Comments

No comments written yet.

Please login to write comment.