Color Hex Logo

#cb747b Color Hex

#CB747B
(203,116,123)
0 Favorites   0 Comments

Color spaces of #cb747b

RGB 203116123
HSL0.990.460.63
HSV355°43°80°
CMYK 0.000.430.39   0.20
XYZ34.449126.617422.0609
Yxy26.61740.41440.3202
Hunter Lab51.592128.902110.7619
CIE-Lab58.618534.860611.1851

#cb747b color RGB value is (203,116,123).

#cb747b hex color red value is 203, green value is 116 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cb747b hue: 0.99 , saturation: 0.46 and the lightness value of cb747b is 0.63.

The process color (four color CMYK) of #cb747b color hex is 0.00, 0.43, 0.39, 0.20. Web safe color of #cb747b is #cc6666. Color #cb747b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 01111011
Octal 313 164 173
Decimal 203 116 123
Hex CB 74 7B

RGB Percentages of Color #cb747b

%45.93
%26.24
%27.83

CMYK Percentages of Color #cb747b

%0
%43
%39
%20

Triadic Colors of #cb747b

#cb747b #7bcb74 #747bcb

Analogous Colors of #cb747b

#cb747b #cb9974 #cb74a7

Monochromatic Colors of #cb747b

#cb747b

Complementary Color

#cb747b #74cbc4

#cb747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb747b Color CSS Codes

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

#cb747b Text Font Color

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

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


#cb747b Background Color

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

This div background color is #cb747b


#cb747b Border Color

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

This div border color is #cb747b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,116,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 #cb747b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb747b


Comments

No comments written yet.

Please login to write comment.