Color Hex Logo

#cb5040 Color Hex

#CB5040
(203,80,64)
0 Favorites   0 Comments

Color spaces of #cb5040

RGB 2038064
HSL0.020.570.52
HSV68°80°
CMYK 0.000.610.68   0.20
XYZ28.422718.80406.9820
Yxy18.80400.52430.3469
Hunter Lab43.363641.111720.8082
CIE-Lab50.457147.905434.5296

#cb5040 color RGB value is (203,80,64).

#cb5040 hex color red value is 203, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cb5040 hue: 0.02 , saturation: 0.57 and the lightness value of cb5040 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 01000000
Octal 313 120 100
Decimal 203 80 64
Hex CB 50 40

RGB Percentages of Color #cb5040

%58.50
%23.05
%18.44

CMYK Percentages of Color #cb5040

%0
%61
%68
%20

Triadic Colors of #cb5040

#cb5040 #40cb50 #5040cb

Analogous Colors of #cb5040

#cb5040 #cb9640 #cb4076

Monochromatic Colors of #cb5040

#cb5040

Complementary Color

#cb5040 #40bbcb

#cb5040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5040 Color CSS Codes

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

#cb5040 Text Font Color

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

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


#cb5040 Background Color

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

This div background color is #cb5040


#cb5040 Border Color

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

This div border color is #cb5040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5040


Comments

No comments written yet.

Please login to write comment.