Color Hex Logo

#cb3e2f Color Hex

#CB3E2F
(203,62,47)
0 Favorites   0 Comments

Color spaces of #cb3e2f

RGB 2036247
HSL0.020.620.49
HSV77°80°
CMYK 0.000.690.77   0.20
XYZ26.864316.34704.4287
Yxy16.34700.56390.3431
Hunter Lab40.431447.847721.8076
CIE-Lab47.426554.742340.5750

#cb3e2f color RGB value is (203,62,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111110 00101111
Octal 313 76 57
Decimal 203 62 47
Hex CB 3E 2F

RGB Percentages of Color #cb3e2f

%65.06
%19.87
%15.06

CMYK Percentages of Color #cb3e2f

%0
%69
%77
%20

Triadic Colors of #cb3e2f

#cb3e2f #2fcb3e #3e2fcb

Analogous Colors of #cb3e2f

#cb3e2f #cb8c2f #cb2f6e

Monochromatic Colors of #cb3e2f

#cb3e2f

Complementary Color

#cb3e2f #2fbccb

#cb3e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3e2f Color CSS Codes

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

#cb3e2f Text Font Color

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

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


#cb3e2f Background Color

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

This div background color is #cb3e2f


#cb3e2f Border Color

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

This div border color is #cb3e2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,62,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 #cb3e2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3e2f


Comments

No comments written yet.

Please login to write comment.