Color Hex Logo

#cb505b Color Hex

#CB505B
(203,80,91)
0 Favorites   0 Comments

Color spaces of #cb505b

RGB 2038091
HSL0.990.540.55
HSV355°61°80°
CMYK 0.000.610.55   0.20
XYZ29.385619.189212.0526
Yxy19.18920.48470.3165
Hunter Lab43.805543.081814.3508
CIE-Lab50.907849.696619.3291

#cb505b color RGB value is (203,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 01011011
Octal 313 120 133
Decimal 203 80 91
Hex CB 50 5B

RGB Percentages of Color #cb505b

%54.28
%21.39
%24.33

CMYK Percentages of Color #cb505b

%0
%61
%55
%20

Triadic Colors of #cb505b

#cb505b #5bcb50 #505bcb

Analogous Colors of #cb505b

#cb505b #cb8350 #cb5099

Monochromatic Colors of #cb505b

#cb505b

Complementary Color

#cb505b #50cbc0

#cb505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb505b Color CSS Codes

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

#cb505b Text Font Color

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

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


#cb505b Background Color

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

This div background color is #cb505b


#cb505b Border Color

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

This div border color is #cb505b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,80,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 #cb505b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb505b


Comments

No comments written yet.

Please login to write comment.