Color Hex Logo

#ce017e Color Hex

#CE017E
(206,1,126)
0 Favorites   0 Comments

Color spaces of #ce017e

RGB 2061126
HSL0.900.990.41
HSV323°100°81°
CMYK 0.001.000.39   0.19
XYZ29.230314.649921.0258
Yxy14.64990.45030.2257
Hunter Lab38.275269.3367-5.7773
CIE-Lab45.150973.9143-10.1682

#ce017e color RGB value is (206,1,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 01111110
Octal 316 1 176
Decimal 206 1 126
Hex CE 1 7E

RGB Percentages of Color #ce017e

%61.86
%0.30
%37.84

CMYK Percentages of Color #ce017e

%0
%100
%39
%19

Triadic Colors of #ce017e

#ce017e #7ece01 #017ece

Analogous Colors of #ce017e

#ce017e #ce0117 #b801ce

Monochromatic Colors of #ce017e

#ce017e

Complementary Color

#ce017e #01ce51

#ce017e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce017e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce017e Color CSS Codes

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

#ce017e Text Font Color

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

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


#ce017e Background Color

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

This div background color is #ce017e


#ce017e Border Color

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

This div border color is #ce017e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce017e


Comments

No comments written yet.

Please login to write comment.