Color Hex Logo

#cc907b Color Hex

#CC907B
(204,144,123)
0 Favorites   0 Comments

Color spaces of #cc907b

RGB 204144123
HSL0.040.440.64
HSV16°40°80°
CMYK 0.000.290.40   0.20
XYZ38.450234.213923.3163
Yxy34.21390.40060.3565
Hunter Lab58.492614.975017.3107
CIE-Lab65.132020.084420.2280

#cc907b color RGB value is (204,144,123).

#cc907b hex color red value is 204, green value is 144 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cc907b hue: 0.04 , saturation: 0.44 and the lightness value of cc907b is 0.64.

The process color (four color CMYK) of #cc907b color hex is 0.00, 0.29, 0.40, 0.20. Web safe color of #cc907b is #cc9966. Color #cc907b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 01111011
Octal 314 220 173
Decimal 204 144 123
Hex CC 90 7B

RGB Percentages of Color #cc907b

%43.31
%30.57
%26.11

CMYK Percentages of Color #cc907b

%0
%29
%40
%20

Triadic Colors of #cc907b

#cc907b #7bcc90 #907bcc

Analogous Colors of #cc907b

#cc907b #ccb97b #cc7b8f

Monochromatic Colors of #cc907b

#cc907b

Complementary Color

#cc907b #7bb7cc

#cc907b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc907b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc907b Color CSS Codes

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

#cc907b Text Font Color

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

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


#cc907b Background Color

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

This div background color is #cc907b


#cc907b Border Color

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

This div border color is #cc907b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc907b


Comments

No comments written yet.

Please login to write comment.