Color Hex Logo

#cc907d Color Hex

#CC907D
(204,144,125)
0 Favorites   0 Comments

Color spaces of #cc907d

RGB 204144125
HSL0.040.440.65
HSV14°39°80°
CMYK 0.000.290.39   0.20
XYZ38.576834.264623.9825
Yxy34.26460.39840.3539
Hunter Lab58.536015.198416.6838
CIE-Lab65.172120.317219.1682

#cc907d color RGB value is (204,144,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 01111101
Octal 314 220 175
Decimal 204 144 125
Hex CC 90 7D

RGB Percentages of Color #cc907d

%43.13
%30.44
%26.43

CMYK Percentages of Color #cc907d

%0
%29
%39
%20

Triadic Colors of #cc907d

#cc907d #7dcc90 #907dcc

Analogous Colors of #cc907d

#cc907d #ccb87d #cc7d92

Monochromatic Colors of #cc907d

#cc907d

Complementary Color

#cc907d #7db9cc

#cc907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc907d Color CSS Codes

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

#cc907d Text Font Color

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

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


#cc907d Background Color

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

This div background color is #cc907d


#cc907d Border Color

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

This div border color is #cc907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc907d


Comments

No comments written yet.

Please login to write comment.