Color Hex Logo

#ce0abc Color Hex

#CE0ABC
(206,10,188)
0 Favorites   0 Comments

Color spaces of #ce0abc

RGB 20610188
HSL0.850.910.42
HSV306°95°81°
CMYK 0.000.950.09   0.19
XYZ34.639216.969749.0267
Yxy16.96970.34420.1686
Hunter Lab41.194378.0059-41.7270
CIE-Lab48.221880.3283-42.5652

#ce0abc color RGB value is (206,10,188).

#ce0abc hex color red value is 206, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ce0abc hue: 0.85 , saturation: 0.91 and the lightness value of ce0abc is 0.42.

The process color (four color CMYK) of #ce0abc color hex is 0.00, 0.95, 0.09, 0.19. Web safe color of #ce0abc is #cc00cc. Color #ce0abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001010 10111100
Octal 316 12 274
Decimal 206 10 188
Hex CE A BC

RGB Percentages of Color #ce0abc

%50.99
%2.48
%46.53

CMYK Percentages of Color #ce0abc

%0
%95
%9
%19

Triadic Colors of #ce0abc

#ce0abc #bcce0a #0abcce

Analogous Colors of #ce0abc

#ce0abc #ce0a5a #7e0ace

Monochromatic Colors of #ce0abc

#ce0abc

Complementary Color

#ce0abc #0ace1c

#ce0abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0abc Color CSS Codes

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

#ce0abc Text Font Color

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

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


#ce0abc Background Color

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

This div background color is #ce0abc


#ce0abc Border Color

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

This div border color is #ce0abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0abc


Comments

No comments written yet.

Please login to write comment.