Color Hex Logo

#cb352f Color Hex

#CB352F
(203,53,47)
0 Favorites   0 Comments

Color spaces of #cb352f

RGB 2035347
HSL0.010.620.49
HSV77°80°
CMYK 0.000.740.77   0.20
XYZ26.414815.44804.2789
Yxy15.44800.57250.3348
Hunter Lab39.303951.181721.0580
CIE-Lab46.241858.008339.3168

#cb352f color RGB value is (203,53,47).

#cb352f hex color red value is 203, green value is 53 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cb352f hue: 0.01 , saturation: 0.62 and the lightness value of cb352f is 0.49.

The process color (four color CMYK) of #cb352f color hex is 0.00, 0.74, 0.77, 0.20. Web safe color of #cb352f is #cc3333. Color #cb352f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 00101111
Octal 313 65 57
Decimal 203 53 47
Hex CB 35 2F

RGB Percentages of Color #cb352f

%67.00
%17.49
%15.51

CMYK Percentages of Color #cb352f

%0
%74
%77
%20

Triadic Colors of #cb352f

#cb352f #2fcb35 #352fcb

Analogous Colors of #cb352f

#cb352f #cb832f #cb2f77

Monochromatic Colors of #cb352f

#cb352f

Complementary Color

#cb352f #2fc5cb

#cb352f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb352f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb352f Color CSS Codes

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

#cb352f Text Font Color

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

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


#cb352f Background Color

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

This div background color is #cb352f


#cb352f Border Color

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

This div border color is #cb352f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb352f


Comments

No comments written yet.

Please login to write comment.