Color Hex Logo

#cb352d Color Hex

#CB352D
(203,53,45)
0 Favorites   0 Comments

Color spaces of #cb352d

RGB 2035345
HSL0.010.640.49
HSV78°80°
CMYK 0.000.740.78   0.20
XYZ26.375415.43224.0712
Yxy15.43220.57490.3364
Hunter Lab39.283851.099221.3541
CIE-Lab46.220657.937540.3987

#cb352d color RGB value is (203,53,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 00101101
Octal 313 65 55
Decimal 203 53 45
Hex CB 35 2D

RGB Percentages of Color #cb352d

%67.44
%17.61
%14.95

CMYK Percentages of Color #cb352d

%0
%74
%78
%20

Triadic Colors of #cb352d

#cb352d #2dcb35 #352dcb

Analogous Colors of #cb352d

#cb352d #cb842d #cb2d74

Monochromatic Colors of #cb352d

#cb352d

Complementary Color

#cb352d #2dc3cb

#cb352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb352d Color CSS Codes

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

#cb352d Text Font Color

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

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


#cb352d Background Color

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

This div background color is #cb352d


#cb352d Border Color

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

This div border color is #cb352d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb352d


Comments

No comments written yet.

Please login to write comment.