Color Hex Logo

#cb593f Color Hex

#CB593F
(203,89,63)
0 Favorites   0 Comments

Color spaces of #cb593f

RGB 2038963
HSL0.030.570.52
HSV11°69°80°
CMYK 0.000.560.69   0.20
XYZ29.098220.20017.0680
Yxy20.20010.51620.3584
Hunter Lab44.944536.912422.1372
CIE-Lab52.062743.612936.9706

#cb593f color RGB value is (203,89,63).

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

The process color (four color CMYK) of #cb593f color hex is 0.00, 0.56, 0.69, 0.20. Web safe color of #cb593f is #cc6633. Color #cb593f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 00111111
Octal 313 131 77
Decimal 203 89 63
Hex CB 59 3F

RGB Percentages of Color #cb593f

%57.18
%25.07
%17.75

CMYK Percentages of Color #cb593f

%0
%56
%69
%20

Triadic Colors of #cb593f

#cb593f #3fcb59 #593fcb

Analogous Colors of #cb593f

#cb593f #cb9f3f #cb3f6b

Monochromatic Colors of #cb593f

#cb593f

Complementary Color

#cb593f #3fb1cb

#cb593f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb593f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb593f Color CSS Codes

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

#cb593f Text Font Color

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

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


#cb593f Background Color

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

This div background color is #cb593f


#cb593f Border Color

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

This div border color is #cb593f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb593f


Comments

No comments written yet.

Please login to write comment.