Color Hex Logo

#cb7d78 Color Hex

#CB7D78
(203,125,120)
0 Favorites   0 Comments

Color spaces of #cb7d78

RGB 203125120
HSL0.010.440.63
HSV41°80°
CMYK 0.000.380.41   0.20
XYZ35.352428.719821.4495
Yxy28.71980.41340.3358
Hunter Lab53.590923.967513.7830
CIE-Lab60.533529.695115.5822

#cb7d78 color RGB value is (203,125,120).

#cb7d78 hex color red value is 203, green value is 125 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cb7d78 hue: 0.01 , saturation: 0.44 and the lightness value of cb7d78 is 0.63.

The process color (four color CMYK) of #cb7d78 color hex is 0.00, 0.38, 0.41, 0.20. Web safe color of #cb7d78 is #cc6666. Color #cb7d78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111101 01111000
Octal 313 175 170
Decimal 203 125 120
Hex CB 7D 78

RGB Percentages of Color #cb7d78

%45.31
%27.90
%26.79

CMYK Percentages of Color #cb7d78

%0
%38
%41
%20

Triadic Colors of #cb7d78

#cb7d78 #78cb7d #7d78cb

Analogous Colors of #cb7d78

#cb7d78 #cba778 #cb789d

Monochromatic Colors of #cb7d78

#cb7d78

Complementary Color

#cb7d78 #78c6cb

#cb7d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7d78 Color CSS Codes

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

#cb7d78 Text Font Color

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

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


#cb7d78 Background Color

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

This div background color is #cb7d78


#cb7d78 Border Color

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

This div border color is #cb7d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7d78


Comments

No comments written yet.

Please login to write comment.