Color Hex Logo

#cb7372 Color Hex

#CB7372
(203,115,114)
0 Favorites   0 Comments

Color spaces of #cb7372

RGB 203115114
HSL0.000.460.62
HSV44°80°
CMYK 0.000.430.44   0.20
XYZ33.796626.172919.1902
Yxy26.17290.42690.3306
Hunter Lab51.159528.390413.5716
CIE-Lab58.200834.395915.7986

#cb7372 color RGB value is (203,115,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 01110010
Octal 313 163 162
Decimal 203 115 114
Hex CB 73 72

RGB Percentages of Color #cb7372

%46.99
%26.62
%26.39

CMYK Percentages of Color #cb7372

%0
%43
%44
%20

Triadic Colors of #cb7372

#cb7372 #72cb73 #7372cb

Analogous Colors of #cb7372

#cb7372 #cba072 #cb729e

Monochromatic Colors of #cb7372

#cb7372

Complementary Color

#cb7372 #72cacb

#cb7372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7372 Color CSS Codes

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

#cb7372 Text Font Color

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

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


#cb7372 Background Color

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

This div background color is #cb7372


#cb7372 Border Color

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

This div border color is #cb7372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7372


Comments

No comments written yet.

Please login to write comment.