Color Hex Logo

#cb393a Color Hex

#CB393A
(203,57,58)
0 Favorites   0 Comments

Color spaces of #cb393a

RGB 2035758
HSL1.000.580.51
HSV360°72°80°
CMYK 0.000.720.71   0.20
XYZ26.855515.92835.6620
Yxy15.92830.55430.3288
Hunter Lab39.910350.269119.5258
CIE-Lab46.880357.060833.7637

#cb393a color RGB value is (203,57,58).

#cb393a hex color red value is 203, green value is 57 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cb393a hue: 1.00 , saturation: 0.58 and the lightness value of cb393a is 0.51.

The process color (four color CMYK) of #cb393a color hex is 0.00, 0.72, 0.71, 0.20. Web safe color of #cb393a is #cc3333. Color #cb393a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 00111010
Octal 313 71 72
Decimal 203 57 58
Hex CB 39 3A

RGB Percentages of Color #cb393a

%63.84
%17.92
%18.24

CMYK Percentages of Color #cb393a

%0
%72
%71
%20

Triadic Colors of #cb393a

#cb393a #3acb39 #393acb

Analogous Colors of #cb393a

#cb393a #cb8139 #cb3983

Monochromatic Colors of #cb393a

#cb393a

Complementary Color

#cb393a #39cbca

#cb393a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb393a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb393a Color CSS Codes

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

#cb393a Text Font Color

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

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


#cb393a Background Color

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

This div background color is #cb393a


#cb393a Border Color

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

This div border color is #cb393a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb393a


Comments

No comments written yet.

Please login to write comment.