Color Hex Logo

#ce0acc Color Hex

#CE0ACC
(206,10,204)
0 Favorites   0 Comments

Color spaces of #ce0acc

RGB 20610204
HSL0.840.910.42
HSV301°95°81°
CMYK 0.000.950.01   0.19
XYZ36.461217.698558.6212
Yxy17.69850.32330.1569
Hunter Lab42.069681.0820-53.1680
CIE-Lab49.128482.5761-50.4125

#ce0acc color RGB value is (206,10,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001010 11001100
Octal 316 12 314
Decimal 206 10 204
Hex CE A CC

RGB Percentages of Color #ce0acc

%49.05
%2.38
%48.57

CMYK Percentages of Color #ce0acc

%0
%95
%1
%19

Triadic Colors of #ce0acc

#ce0acc #ccce0a #0accce

Analogous Colors of #ce0acc

#ce0acc #ce0a6a #6e0ace

Monochromatic Colors of #ce0acc

#ce0acc

Complementary Color

#ce0acc #0ace0c

#ce0acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0acc Color CSS Codes

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

#ce0acc Text Font Color

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

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


#ce0acc Background Color

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

This div background color is #ce0acc


#ce0acc Border Color

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

This div border color is #ce0acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0acc


Comments

No comments written yet.

Please login to write comment.