Color Hex Logo

#cb745b Color Hex

#CB745B
(203,116,91)
0 Favorites   0 Comments

Color spaces of #cb745b

RGB 20311691
HSL0.040.520.58
HSV13°55°80°
CMYK 0.000.430.55   0.20
XYZ32.762325.942613.1782
Yxy25.94260.45580.3609
Hunter Lab50.933925.682620.3135
CIE-Lab57.982531.685728.6259

#cb745b color RGB value is (203,116,91).

#cb745b hex color red value is 203, green value is 116 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cb745b hue: 0.04 , saturation: 0.52 and the lightness value of cb745b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 01011011
Octal 313 164 133
Decimal 203 116 91
Hex CB 74 5B

RGB Percentages of Color #cb745b

%49.51
%28.29
%22.20

CMYK Percentages of Color #cb745b

%0
%43
%55
%20

Triadic Colors of #cb745b

#cb745b #5bcb74 #745bcb

Analogous Colors of #cb745b

#cb745b #cbac5b #cb5b7a

Monochromatic Colors of #cb745b

#cb745b

Complementary Color

#cb745b #5bb2cb

#cb745b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb745b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb745b Color CSS Codes

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

#cb745b Text Font Color

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

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


#cb745b Background Color

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

This div background color is #cb745b


#cb745b Border Color

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

This div border color is #cb745b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb745b


Comments

No comments written yet.

Please login to write comment.