Color Hex Logo

#c45aaf Color Hex

#C45AAF
(196,90,175)
0 Favorites   0 Comments

Color spaces of #c45aaf

RGB 19690175
HSL0.870.470.56
HSV312°54°77°
CMYK 0.000.540.11   0.23
XYZ34.159022.143243.0311
Yxy22.14320.34390.2229
Hunter Lab47.056647.2266-21.2784
CIE-Lab54.178652.9945-25.7724

#c45aaf color RGB value is (196,90,175).

#c45aaf hex color red value is 196, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c45aaf hue: 0.87 , saturation: 0.47 and the lightness value of c45aaf is 0.56.

The process color (four color CMYK) of #c45aaf color hex is 0.00, 0.54, 0.11, 0.23. Web safe color of #c45aaf is #cc6699. Color #c45aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 10101111
Octal 304 132 257
Decimal 196 90 175
Hex C4 5A AF

RGB Percentages of Color #c45aaf

%42.52
%19.52
%37.96

CMYK Percentages of Color #c45aaf

%0
%54
%11
%23

Triadic Colors of #c45aaf

#c45aaf #afc45a #5aafc4

Analogous Colors of #c45aaf

#c45aaf #c45a7a #a45ac4

Monochromatic Colors of #c45aaf

#c45aaf

Complementary Color

#c45aaf #5ac46f

#c45aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45aaf Color CSS Codes

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

#c45aaf Text Font Color

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

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


#c45aaf Background Color

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

This div background color is #c45aaf


#c45aaf Border Color

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

This div border color is #c45aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,90,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45aaf


Comments

No comments written yet.

Please login to write comment.