Color Hex Logo

#ce027f Color Hex

#CE027F
(206,2,127)
0 Favorites   0 Comments

Color spaces of #ce027f

RGB 2062127
HSL0.900.980.41
HSV323°99°81°
CMYK 0.000.990.38   0.19
XYZ29.306114.697521.3710
Yxy14.69750.44830.2248
Hunter Lab38.337369.3600-6.2149
CIE-Lab45.217173.9206-10.6833

#ce027f color RGB value is (206,2,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000010 01111111
Octal 316 2 177
Decimal 206 2 127
Hex CE 2 7F

RGB Percentages of Color #ce027f

%61.49
%0.60
%37.91

CMYK Percentages of Color #ce027f

%0
%99
%38
%19

Triadic Colors of #ce027f

#ce027f #7fce02 #027fce

Analogous Colors of #ce027f

#ce027f #ce0219 #b702ce

Monochromatic Colors of #ce027f

#ce027f

Complementary Color

#ce027f #02ce51

#ce027f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce027f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce027f Color CSS Codes

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

#ce027f Text Font Color

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

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


#ce027f Background Color

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

This div background color is #ce027f


#ce027f Border Color

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

This div border color is #ce027f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce027f


Comments

No comments written yet.

Please login to write comment.