Color Hex Logo

#c45bca Color Hex

#C45BCA
(196,91,202)
0 Favorites   0 Comments

Color spaces of #c45bca

RGB 19691202
HSL0.820.510.57
HSV297°55°79°
CMYK 0.030.550.00   0.21
XYZ37.166723.482258.4507
Yxy23.48220.31210.1972
Hunter Lab48.458452.1038-37.5949
CIE-Lab55.565657.1577-39.1559

#c45bca color RGB value is (196,91,202).

#c45bca hex color red value is 196, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c45bca hue: 0.82 , saturation: 0.51 and the lightness value of c45bca is 0.57.

The process color (four color CMYK) of #c45bca color hex is 0.03, 0.55, 0.00, 0.21. Web safe color of #c45bca is #cc66cc. Color #c45bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011011 11001010
Octal 304 133 312
Decimal 196 91 202
Hex C4 5B CA

RGB Percentages of Color #c45bca

%40.08
%18.61
%41.31

CMYK Percentages of Color #c45bca

%3
%55
%0
%21

Triadic Colors of #c45bca

#c45bca #cac45b #5bcac4

Analogous Colors of #c45bca

#c45bca #ca5b99 #8d5bca

Monochromatic Colors of #c45bca

#c45bca

Complementary Color

#c45bca #61ca5b

#c45bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45bca Color CSS Codes

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

#c45bca Text Font Color

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

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


#c45bca Background Color

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

This div background color is #c45bca


#c45bca Border Color

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

This div border color is #c45bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45bca


Comments

No comments written yet.

Please login to write comment.