Color Hex Logo

#cb433f Color Hex

#CB433F
(203,67,63)
0 Favorites   0 Comments

Color spaces of #cb433f

RGB 2036763
HSL0.000.570.52
HSV69°80°
CMYK 0.000.670.69   0.20
XYZ27.533017.06976.5463
Yxy17.06970.53830.3337
Hunter Lab41.315546.651819.5265
CIE-Lab48.347753.471732.5938

#cb433f color RGB value is (203,67,63).

#cb433f hex color red value is 203, green value is 67 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cb433f hue: 0.00 , saturation: 0.57 and the lightness value of cb433f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000011 00111111
Octal 313 103 77
Decimal 203 67 63
Hex CB 43 3F

RGB Percentages of Color #cb433f

%60.96
%20.12
%18.92

CMYK Percentages of Color #cb433f

%0
%67
%69
%20

Triadic Colors of #cb433f

#cb433f #3fcb43 #433fcb

Analogous Colors of #cb433f

#cb433f #cb893f #cb3f81

Monochromatic Colors of #cb433f

#cb433f

Complementary Color

#cb433f #3fc7cb

#cb433f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb433f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb433f Color CSS Codes

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

#cb433f Text Font Color

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

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


#cb433f Background Color

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

This div background color is #cb433f


#cb433f Border Color

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

This div border color is #cb433f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb433f


Comments

No comments written yet.

Please login to write comment.