Color Hex Logo

#ce017f Color Hex

#CE017F
(206,1,127)
0 Favorites   0 Comments

Color spaces of #ce017f

RGB 2061127
HSL0.900.990.41
HSV323°100°81°
CMYK 0.001.000.38   0.19
XYZ29.295214.675821.3674
Yxy14.67580.44840.2246
Hunter Lab38.309069.4596-6.2535
CIE-Lab45.186974.0086-10.7288

#ce017f color RGB value is (206,1,127).

#ce017f hex color red value is 206, green value is 1 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ce017f hue: 0.90 , saturation: 0.99 and the lightness value of ce017f is 0.41.

The process color (four color CMYK) of #ce017f color hex is 0.00, 1.00, 0.38, 0.19. Web safe color of #ce017f is #cc0066. Color #ce017f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 01111111
Octal 316 1 177
Decimal 206 1 127
Hex CE 1 7F

RGB Percentages of Color #ce017f

%61.68
%0.30
%38.02

CMYK Percentages of Color #ce017f

%0
%100
%38
%19

Triadic Colors of #ce017f

#ce017f #7fce01 #017fce

Analogous Colors of #ce017f

#ce017f #ce0118 #b701ce

Monochromatic Colors of #ce017f

#ce017f

Complementary Color

#ce017f #01ce50

#ce017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce017f Color CSS Codes

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

#ce017f Text Font Color

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

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


#ce017f Background Color

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

This div background color is #ce017f


#ce017f Border Color

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

This div border color is #ce017f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce017f


Comments

No comments written yet.

Please login to write comment.