Color Hex Logo

#ce572f Color Hex

#CE572F
(206,87,47)
0 Favorites   0 Comments

Color spaces of #ce572f

RGB 2068747
HSL0.040.630.50
HSV15°77°81°
CMYK 0.000.580.77   0.19
XYZ29.374920.14345.0292
Yxy20.14340.53850.3693
Hunter Lab44.881438.285924.7732
CIE-Lab51.999044.952445.4806

#ce572f color RGB value is (206,87,47).

#ce572f hex color red value is 206, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ce572f hue: 0.04 , saturation: 0.63 and the lightness value of ce572f is 0.50.

The process color (four color CMYK) of #ce572f color hex is 0.00, 0.58, 0.77, 0.19. Web safe color of #ce572f is #cc6633. Color #ce572f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 00101111
Octal 316 127 57
Decimal 206 87 47
Hex CE 57 2F

RGB Percentages of Color #ce572f

%60.59
%25.59
%13.82

CMYK Percentages of Color #ce572f

%0
%58
%77
%19

Triadic Colors of #ce572f

#ce572f #2fce57 #572fce

Analogous Colors of #ce572f

#ce572f #cea72f #ce2f56

Monochromatic Colors of #ce572f

#ce572f

Complementary Color

#ce572f #2fa6ce

#ce572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce572f Color CSS Codes

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

#ce572f Text Font Color

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

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


#ce572f Background Color

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

This div background color is #ce572f


#ce572f Border Color

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

This div border color is #ce572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce572f


Comments

No comments written yet.

Please login to write comment.