Color Hex Logo

#ce0093 Color Hex

#CE0093
(206,0,147)
0 Favorites   0 Comments

Color spaces of #ce0093

RGB 2060147
HSL0.881.000.40
HSV317°100°81°
CMYK 0.001.000.29   0.19
XYZ30.720115.228428.9240
Yxy15.22840.41030.2034
Hunter Lab39.023672.2273-16.6288
CIE-Lab45.945576.1285-21.7645

#ce0093 color RGB value is (206,0,147).

#ce0093 hex color red value is 206, green value is 0 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ce0093 hue: 0.88 , saturation: 1.00 and the lightness value of ce0093 is 0.40.

The process color (four color CMYK) of #ce0093 color hex is 0.00, 1.00, 0.29, 0.19. Web safe color of #ce0093 is #cc0099. Color #ce0093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 10010011
Octal 316 0 223
Decimal 206 0 147
Hex CE 0 93

RGB Percentages of Color #ce0093

%58.36
%0.00
%41.64

CMYK Percentages of Color #ce0093

%0
%100
%29
%19

Triadic Colors of #ce0093

#ce0093 #93ce00 #0093ce

Analogous Colors of #ce0093

#ce0093 #ce002c #a200ce

Monochromatic Colors of #ce0093

#ce0093

Complementary Color

#ce0093 #00ce3b

#ce0093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0093 Color CSS Codes

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

#ce0093 Text Font Color

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

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


#ce0093 Background Color

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

This div background color is #ce0093


#ce0093 Border Color

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

This div border color is #ce0093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0093


Comments

No comments written yet.

Please login to write comment.