Color Hex Logo

#c45abd Color Hex

#C45ABD
(196,90,189)
0 Favorites   0 Comments

Color spaces of #c45abd

RGB 19690189
HSL0.840.470.56
HSV304°54°77°
CMYK 0.000.540.04   0.23
XYZ35.606422.722250.6533
Yxy22.72220.32670.2085
Hunter Lab47.667849.9154-29.6359
CIE-Lab54.785055.3323-32.9262

#c45abd color RGB value is (196,90,189).

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

The process color (four color CMYK) of #c45abd color hex is 0.00, 0.54, 0.04, 0.23. Web safe color of #c45abd is #cc66cc. Color #c45abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 10111101
Octal 304 132 275
Decimal 196 90 189
Hex C4 5A BD

RGB Percentages of Color #c45abd

%41.26
%18.95
%39.79

CMYK Percentages of Color #c45abd

%0
%54
%4
%23

Triadic Colors of #c45abd

#c45abd #bdc45a #5abdc4

Analogous Colors of #c45abd

#c45abd #c45a88 #965ac4

Monochromatic Colors of #c45abd

#c45abd

Complementary Color

#c45abd #5ac461

#c45abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45abd Color CSS Codes

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

#c45abd Text Font Color

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

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


#c45abd Background Color

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

This div background color is #c45abd


#c45abd Border Color

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

This div border color is #c45abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45abd


Comments

No comments written yet.

Please login to write comment.