Color Hex Logo

#ce707f Color Hex

#CE707F
(206,112,127)
0 Favorites   0 Comments

Color spaces of #ce707f

RGB 206112127
HSL0.970.490.62
HSV350°46°81°
CMYK 0.000.460.38   0.19
XYZ35.078526.242523.2951
Yxy26.24250.41460.3101
Hunter Lab51.227432.58178.8977
CIE-Lab58.266538.53578.4273

#ce707f color RGB value is (206,112,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 01111111
Octal 316 160 177
Decimal 206 112 127
Hex CE 70 7F

RGB Percentages of Color #ce707f

%46.29
%25.17
%28.54

CMYK Percentages of Color #ce707f

%0
%46
%38
%19

Triadic Colors of #ce707f

#ce707f #7fce70 #707fce

Analogous Colors of #ce707f

#ce707f #ce9070 #ce70ae

Monochromatic Colors of #ce707f

#ce707f

Complementary Color

#ce707f #70cebf

#ce707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce707f Color CSS Codes

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

#ce707f Text Font Color

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

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


#ce707f Background Color

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

This div background color is #ce707f


#ce707f Border Color

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

This div border color is #ce707f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce707f


Comments

No comments written yet.

Please login to write comment.