Color Hex Logo

#cb798e Color Hex

#CB798E
(203,121,142)
0 Favorites   0 Comments

Color spaces of #cb798e

RGB 203121142
HSL0.960.440.64
HSV345°40°80°
CMYK 0.000.400.30   0.20
XYZ36.348528.324229.1425
Yxy28.32420.38740.3019
Hunter Lab53.220528.77604.7883
CIE-Lab60.180534.56282.4558

#cb798e color RGB value is (203,121,142).

#cb798e hex color red value is 203, green value is 121 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cb798e hue: 0.96 , saturation: 0.44 and the lightness value of cb798e is 0.64.

The process color (four color CMYK) of #cb798e color hex is 0.00, 0.40, 0.30, 0.20. Web safe color of #cb798e is #cc6699. Color #cb798e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 10001110
Octal 313 171 216
Decimal 203 121 142
Hex CB 79 8E

RGB Percentages of Color #cb798e

%43.56
%25.97
%30.47

CMYK Percentages of Color #cb798e

%0
%40
%30
%20

Triadic Colors of #cb798e

#cb798e #8ecb79 #798ecb

Analogous Colors of #cb798e

#cb798e #cb8d79 #cb79b7

Monochromatic Colors of #cb798e

#cb798e

Complementary Color

#cb798e #79cbb6

#cb798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb798e Color CSS Codes

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

#cb798e Text Font Color

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

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


#cb798e Background Color

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

This div background color is #cb798e


#cb798e Border Color

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

This div border color is #cb798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb798e


Comments

No comments written yet.

Please login to write comment.