Color Hex Logo

#cb504c Color Hex

#CB504C
(203,80,76)
0 Favorites   0 Comments

Color spaces of #cb504c

RGB 2038076
HSL0.010.550.55
HSV63°80°
CMYK 0.000.610.63   0.20
XYZ28.801818.95568.9783
Yxy18.95560.50760.3341
Hunter Lab43.538041.891918.2500
CIE-Lab50.635248.617727.8371

#cb504c color RGB value is (203,80,76).

#cb504c hex color red value is 203, green value is 80 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cb504c hue: 0.01 , saturation: 0.55 and the lightness value of cb504c is 0.55.

The process color (four color CMYK) of #cb504c color hex is 0.00, 0.61, 0.63, 0.20. Web safe color of #cb504c is #cc6633. Color #cb504c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 01001100
Octal 313 120 114
Decimal 203 80 76
Hex CB 50 4C

RGB Percentages of Color #cb504c

%56.55
%22.28
%21.17

CMYK Percentages of Color #cb504c

%0
%61
%63
%20

Triadic Colors of #cb504c

#cb504c #4ccb50 #504ccb

Analogous Colors of #cb504c

#cb504c #cb904c #cb4c88

Monochromatic Colors of #cb504c

#cb504c

Complementary Color

#cb504c #4cc7cb

#cb504c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb504c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb504c Color CSS Codes

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

#cb504c Text Font Color

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

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


#cb504c Background Color

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

This div background color is #cb504c


#cb504c Border Color

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

This div border color is #cb504c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb504c


Comments

No comments written yet.

Please login to write comment.