Color Hex Logo

#cb504d Color Hex

#CB504D
(203,80,77)
0 Favorites   0 Comments

Color spaces of #cb504d

RGB 2038077
HSL0.000.550.55
HSV62°80°
CMYK 0.000.610.62   0.20
XYZ28.836818.96979.1628
Yxy18.96970.50620.3330
Hunter Lab43.554241.963118.0147
CIE-Lab50.651748.682527.2734

#cb504d color RGB value is (203,80,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 01001101
Octal 313 120 115
Decimal 203 80 77
Hex CB 50 4D

RGB Percentages of Color #cb504d

%56.39
%22.22
%21.39

CMYK Percentages of Color #cb504d

%0
%61
%62
%20

Triadic Colors of #cb504d

#cb504d #4dcb50 #504dcb

Analogous Colors of #cb504d

#cb504d #cb8f4d #cb4d89

Monochromatic Colors of #cb504d

#cb504d

Complementary Color

#cb504d #4dc8cb

#cb504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb504d Color CSS Codes

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

#cb504d Text Font Color

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

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


#cb504d Background Color

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

This div background color is #cb504d


#cb504d Border Color

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

This div border color is #cb504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb504d


Comments

No comments written yet.

Please login to write comment.