Color Hex Logo

#cf533b Color Hex

#CF533B
(207,83,59)
0 Favorites   0 Comments

Color spaces of #cf533b

RGB 2078359
HSL0.030.610.52
HSV10°71°81°
CMYK 0.000.600.71   0.19
XYZ29.614819.76776.3923
Yxy19.76770.53100.3544
Hunter Lab44.460941.089922.5983
CIE-Lab51.573547.703838.7749

#cf533b color RGB value is (207,83,59).

#cf533b hex color red value is 207, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cf533b hue: 0.03 , saturation: 0.61 and the lightness value of cf533b is 0.52.

The process color (four color CMYK) of #cf533b color hex is 0.00, 0.60, 0.71, 0.19. Web safe color of #cf533b is #cc6633. Color #cf533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010011 00111011
Octal 317 123 73
Decimal 207 83 59
Hex CF 53 3B

RGB Percentages of Color #cf533b

%59.31
%23.78
%16.91

CMYK Percentages of Color #cf533b

%0
%60
%71
%19

Triadic Colors of #cf533b

#cf533b #3bcf53 #533bcf

Analogous Colors of #cf533b

#cf533b #cf9d3b #cf3b6d

Monochromatic Colors of #cf533b

#cf533b

Complementary Color

#cf533b #3bb7cf

#cf533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf533b Color CSS Codes

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

#cf533b Text Font Color

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

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


#cf533b Background Color

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

This div background color is #cf533b


#cf533b Border Color

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

This div border color is #cf533b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,83,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf533b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf533b;
  -webkit-box-shadow: 1px 1px 3px 2px #cf533b;
  box-shadow:         1px 1px 3px 2px #cf533b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,83,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf533b


Comments

No comments written yet.

Please login to write comment.