Color Hex Logo

#cb352e Color Hex

#CB352E
(203,53,46)
0 Favorites   0 Comments

Color spaces of #cb352e

RGB 2035346
HSL0.010.630.49
HSV77°80°
CMYK 0.000.740.77   0.20
XYZ26.394815.44004.1738
Yxy15.44000.57370.3356
Hunter Lab39.293851.139721.2078
CIE-Lab46.231057.972339.8596

#cb352e color RGB value is (203,53,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 00101110
Octal 313 65 56
Decimal 203 53 46
Hex CB 35 2E

RGB Percentages of Color #cb352e

%67.22
%17.55
%15.23

CMYK Percentages of Color #cb352e

%0
%74
%77
%20

Triadic Colors of #cb352e

#cb352e #2ecb35 #352ecb

Analogous Colors of #cb352e

#cb352e #cb842e #cb2e76

Monochromatic Colors of #cb352e

#cb352e

Complementary Color

#cb352e #2ec4cb

#cb352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb352e Color CSS Codes

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

#cb352e Text Font Color

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

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


#cb352e Background Color

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

This div background color is #cb352e


#cb352e Border Color

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

This div border color is #cb352e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb352e


Comments

No comments written yet.

Please login to write comment.