Color Hex Logo

#c45a9d Color Hex

#C45A9D
(196,90,157)
0 Favorites   0 Comments

Color spaces of #c45a9d

RGB 19690157
HSL0.890.470.56
HSV322°54°77°
CMYK 0.000.540.20   0.23
XYZ32.506921.482434.3315
Yxy21.48240.36810.2432
Hunter Lab46.349144.0798-11.4726
CIE-Lab53.473550.2079-16.3441

#c45a9d color RGB value is (196,90,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 10011101
Octal 304 132 235
Decimal 196 90 157
Hex C4 5A 9D

RGB Percentages of Color #c45a9d

%44.24
%20.32
%35.44

CMYK Percentages of Color #c45a9d

%0
%54
%20
%23

Triadic Colors of #c45a9d

#c45a9d #9dc45a #5a9dc4

Analogous Colors of #c45a9d

#c45a9d #c45a68 #b65ac4

Monochromatic Colors of #c45a9d

#c45a9d

Complementary Color

#c45a9d #5ac481

#c45a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45a9d Color CSS Codes

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

#c45a9d Text Font Color

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

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


#c45a9d Background Color

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

This div background color is #c45a9d


#c45a9d Border Color

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

This div border color is #c45a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45a9d


Comments

No comments written yet.

Please login to write comment.