Color Hex Logo

#c45ace Color Hex

#C45ACE
(196,90,206)
0 Favorites   0 Comments

Color spaces of #c45ace

RGB 19690206
HSL0.820.540.58
HSV295°56°81°
CMYK 0.050.560.00   0.19
XYZ37.561723.504360.9496
Yxy23.50430.30780.1926
Hunter Lab48.481253.4539-40.6013
CIE-Lab55.588058.3516-41.4013

#c45ace color RGB value is (196,90,206).

#c45ace hex color red value is 196, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c45ace hue: 0.82 , saturation: 0.54 and the lightness value of c45ace is 0.58.

The process color (four color CMYK) of #c45ace color hex is 0.05, 0.56, 0.00, 0.19. Web safe color of #c45ace is #cc66cc. Color #c45ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 11001110
Octal 304 132 316
Decimal 196 90 206
Hex C4 5A CE

RGB Percentages of Color #c45ace

%39.84
%18.29
%41.87

CMYK Percentages of Color #c45ace

%5
%56
%0
%19

Triadic Colors of #c45ace

#c45ace #cec45a #5acec4

Analogous Colors of #c45ace

#c45ace #ce5a9e #8a5ace

Monochromatic Colors of #c45ace

#c45ace

Complementary Color

#c45ace #64ce5a

#c45ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45ace Color CSS Codes

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

#c45ace Text Font Color

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

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


#c45ace Background Color

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

This div background color is #c45ace


#c45ace Border Color

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

This div border color is #c45ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,90,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 #c45ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45ace


Comments

No comments written yet.

Please login to write comment.