Color Hex Logo

#c45abb Color Hex

#C45ABB
(196,90,187)
0 Favorites   0 Comments

Color spaces of #c45abb

RGB 19690187
HSL0.850.470.56
HSV305°54°77°
CMYK 0.000.540.05   0.23
XYZ35.390822.635949.5176
Yxy22.63590.32910.2105
Hunter Lab47.577249.5190-28.4041
CIE-Lab54.695354.9901-31.9140

#c45abb color RGB value is (196,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 10111011
Octal 304 132 273
Decimal 196 90 187
Hex C4 5A BB

RGB Percentages of Color #c45abb

%41.44
%19.03
%39.53

CMYK Percentages of Color #c45abb

%0
%54
%5
%23

Triadic Colors of #c45abb

#c45abb #bbc45a #5abbc4

Analogous Colors of #c45abb

#c45abb #c45a86 #985ac4

Monochromatic Colors of #c45abb

#c45abb

Complementary Color

#c45abb #5ac463

#c45abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45abb Color CSS Codes

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

#c45abb Text Font Color

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

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


#c45abb Background Color

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

This div background color is #c45abb


#c45abb Border Color

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

This div border color is #c45abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45abb


Comments

No comments written yet.

Please login to write comment.