Color Hex Logo

#ce7a70 Color Hex

#CE7A70
(206,122,112)
0 Favorites   0 Comments

Color spaces of #ce7a70

RGB 206122112
HSL0.020.490.62
HSV46°81°
CMYK 0.000.410.46   0.19
XYZ35.337828.210718.9119
Yxy28.21070.42850.3421
Hunter Lab53.113725.811116.0686
CIE-Lab60.078631.606519.5810

#ce7a70 color RGB value is (206,122,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111010 01110000
Octal 316 172 160
Decimal 206 122 112
Hex CE 7A 70

RGB Percentages of Color #ce7a70

%46.82
%27.73
%25.45

CMYK Percentages of Color #ce7a70

%0
%41
%46
%19

Triadic Colors of #ce7a70

#ce7a70 #70ce7a #7a70ce

Analogous Colors of #ce7a70

#ce7a70 #cea970 #ce7095

Monochromatic Colors of #ce7a70

#ce7a70

Complementary Color

#ce7a70 #70c4ce

#ce7a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7a70 Color CSS Codes

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

#ce7a70 Text Font Color

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

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


#ce7a70 Background Color

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

This div background color is #ce7a70


#ce7a70 Border Color

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

This div border color is #ce7a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7a70


Comments

No comments written yet.

Please login to write comment.