Color Hex Logo

#ce015e Color Hex

#CE015E
(206,1,94)
0 Favorites   0 Comments

Color spaces of #ce015e

RGB 206194
HSL0.920.990.41
HSV333°100°81°
CMYK 0.001.000.54   0.19
XYZ27.484813.951711.8340
Yxy13.95170.51590.2619
Hunter Lab37.352065.98027.3619
CIE-Lab44.163671.31378.2852

#ce015e color RGB value is (206,1,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 01011110
Octal 316 1 136
Decimal 206 1 94
Hex CE 1 5E

RGB Percentages of Color #ce015e

%68.44
%0.33
%31.23

CMYK Percentages of Color #ce015e

%0
%100
%54
%19

Triadic Colors of #ce015e

#ce015e #5ece01 #015ece

Analogous Colors of #ce015e

#ce015e #ce0b01 #ce01c5

Monochromatic Colors of #ce015e

#ce015e

Complementary Color

#ce015e #01ce71

#ce015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce015e Color CSS Codes

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

#ce015e Text Font Color

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

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


#ce015e Background Color

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

This div background color is #ce015e


#ce015e Border Color

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

This div border color is #ce015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce015e

#ce015e Color Palettes


Comments

No comments written yet.

Please login to write comment.