Color Hex Logo

#cc94b8 Color Hex

#CC94B8
(204,148,184)
0 Favorites   0 Comments

Color spaces of #cc94b8

RGB 204148184
HSL0.890.350.69
HSV321°27°80°
CMYK 0.000.270.10   0.20
XYZ44.143537.477950.2547
Yxy37.47790.33470.2842
Hunter Lab61.219221.5779-5.8176
CIE-Lab67.634026.7181-10.3652

#cc94b8 color RGB value is (204,148,184).

#cc94b8 hex color red value is 204, green value is 148 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #cc94b8 hue: 0.89 , saturation: 0.35 and the lightness value of cc94b8 is 0.69.

The process color (four color CMYK) of #cc94b8 color hex is 0.00, 0.27, 0.10, 0.20. Web safe color of #cc94b8 is #cc99cc. Color #cc94b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 10111000
Octal 314 224 270
Decimal 204 148 184
Hex CC 94 B8

RGB Percentages of Color #cc94b8

%38.06
%27.61
%34.33

CMYK Percentages of Color #cc94b8

%0
%27
%10
%20

Triadic Colors of #cc94b8

#cc94b8 #b8cc94 #94b8cc

Analogous Colors of #cc94b8

#cc94b8 #cc949c #c494cc

Monochromatic Colors of #cc94b8

#cc94b8

Complementary Color

#cc94b8 #94cca8

#cc94b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc94b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc94b8 Color CSS Codes

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

#cc94b8 Text Font Color

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

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


#cc94b8 Background Color

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

This div background color is #cc94b8


#cc94b8 Border Color

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

This div border color is #cc94b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc94b8


Comments

No comments written yet.

Please login to write comment.