Color Hex Logo

#c01ace Color Hex

#C01ACE
(192,26,206)
0 Favorites   0 Comments

Color spaces of #c01ace

RGB 19226206
HSL0.820.780.45
HSV295°87°81°
CMYK 0.070.870.00   0.19
XYZ33.248216.401559.8059
Yxy16.40150.30380.1498
Hunter Lab40.498875.6700-59.2064
CIE-Lab47.496978.6070-54.3141

#c01ace color RGB value is (192,26,206).

#c01ace hex color red value is 192, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c01ace hue: 0.82 , saturation: 0.78 and the lightness value of c01ace is 0.45.

The process color (four color CMYK) of #c01ace color hex is 0.07, 0.87, 0.00, 0.19. Web safe color of #c01ace is #cc33cc. Color #c01ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011010 11001110
Octal 300 32 316
Decimal 192 26 206
Hex C0 1A CE

RGB Percentages of Color #c01ace

%45.28
%6.13
%48.58

CMYK Percentages of Color #c01ace

%7
%87
%0
%19

Triadic Colors of #c01ace

#c01ace #cec01a #1acec0

Analogous Colors of #c01ace

#c01ace #ce1a82 #661ace

Monochromatic Colors of #c01ace

#c01ace

Complementary Color

#c01ace #28ce1a

#c01ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ace Color CSS Codes

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

#c01ace Text Font Color

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

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


#c01ace Background Color

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

This div background color is #c01ace


#c01ace Border Color

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

This div border color is #c01ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ace


Comments

No comments written yet.

Please login to write comment.