Color Hex Logo

#cb7374 Color Hex

#CB7374
(203,115,116)
0 Favorites   0 Comments

Color spaces of #cb7374

RGB 203115116
HSL1.000.460.62
HSV359°43°80°
CMYK 0.000.430.43   0.20
XYZ33.911726.218919.7964
Yxy26.21890.42430.3280
Hunter Lab51.204428.609512.9207
CIE-Lab58.244234.610314.7050

#cb7374 color RGB value is (203,115,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 01110100
Octal 313 163 164
Decimal 203 115 116
Hex CB 73 74

RGB Percentages of Color #cb7374

%46.77
%26.50
%26.73

CMYK Percentages of Color #cb7374

%0
%43
%43
%20

Triadic Colors of #cb7374

#cb7374 #74cb73 #7374cb

Analogous Colors of #cb7374

#cb7374 #cb9e73 #cb73a0

Monochromatic Colors of #cb7374

#cb7374

Complementary Color

#cb7374 #73cbca

#cb7374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7374 Color CSS Codes

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

#cb7374 Text Font Color

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

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


#cb7374 Background Color

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

This div background color is #cb7374


#cb7374 Border Color

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

This div border color is #cb7374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7374


Comments

No comments written yet.

Please login to write comment.