Color Hex Logo

#ce7972 Color Hex

#CE7972
(206,121,114)
0 Favorites   0 Comments

Color spaces of #ce7972

RGB 206121114
HSL0.010.480.63
HSV45°81°
CMYK 0.000.410.45   0.19
XYZ35.328228.011519.4643
Yxy28.01150.42660.3383
Hunter Lab52.925926.529015.2433
CIE-Lab59.899132.347618.1954

#ce7972 color RGB value is (206,121,114).

#ce7972 hex color red value is 206, green value is 121 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ce7972 hue: 0.01 , saturation: 0.48 and the lightness value of ce7972 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 01110010
Octal 316 171 162
Decimal 206 121 114
Hex CE 79 72

RGB Percentages of Color #ce7972

%46.71
%27.44
%25.85

CMYK Percentages of Color #ce7972

%0
%41
%45
%19

Triadic Colors of #ce7972

#ce7972 #72ce79 #7972ce

Analogous Colors of #ce7972

#ce7972 #cea772 #ce7299

Monochromatic Colors of #ce7972

#ce7972

Complementary Color

#ce7972 #72c7ce

#ce7972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7972 Color CSS Codes

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

#ce7972 Text Font Color

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

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


#ce7972 Background Color

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

This div background color is #ce7972


#ce7972 Border Color

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

This div border color is #ce7972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7972


Comments

No comments written yet.

Please login to write comment.