Color Hex Logo

#ce7072 Color Hex

#CE7072
(206,112,114)
0 Favorites   0 Comments

Color spaces of #ce7072

RGB 206112114
HSL1.000.490.62
HSV359°46°81°
CMYK 0.000.460.45   0.19
XYZ34.285025.925119.1166
Yxy25.92510.43220.3268
Hunter Lab50.916731.089613.3813
CIE-Lab57.965937.106615.5371

#ce7072 color RGB value is (206,112,114).

#ce7072 hex color red value is 206, green value is 112 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ce7072 hue: 1.00 , saturation: 0.49 and the lightness value of ce7072 is 0.62.

The process color (four color CMYK) of #ce7072 color hex is 0.00, 0.46, 0.45, 0.19. Web safe color of #ce7072 is #cc6666. Color #ce7072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 01110010
Octal 316 160 162
Decimal 206 112 114
Hex CE 70 72

RGB Percentages of Color #ce7072

%47.69
%25.93
%26.39

CMYK Percentages of Color #ce7072

%0
%46
%45
%19

Triadic Colors of #ce7072

#ce7072 #72ce70 #7072ce

Analogous Colors of #ce7072

#ce7072 #ce9d70 #ce70a1

Monochromatic Colors of #ce7072

#ce7072

Complementary Color

#ce7072 #70cecc

#ce7072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7072 Color CSS Codes

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

#ce7072 Text Font Color

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

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


#ce7072 Background Color

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

This div background color is #ce7072


#ce7072 Border Color

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

This div border color is #ce7072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,112,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7072


Comments

No comments written yet.

Please login to write comment.