Color Hex Logo

#c45afc Color Hex

#C45AFC
(196,90,252)
0 Favorites   0 Comments

Color spaces of #c45afc

RGB 19690252
HSL0.780.960.67
HSV279°64°99°
CMYK 0.220.640.00   0.01
XYZ43.991826.076494.8101
Yxy26.07640.26680.1582
Hunter Lab51.065164.4113-74.3354
CIE-Lab58.109567.3281-63.2081

#c45afc color RGB value is (196,90,252).

#c45afc hex color red value is 196, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c45afc hue: 0.78 , saturation: 0.96 and the lightness value of c45afc is 0.67.

The process color (four color CMYK) of #c45afc color hex is 0.22, 0.64, 0.00, 0.01. Web safe color of #c45afc is #cc66ff. Color #c45afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 11111100
Octal 304 132 374
Decimal 196 90 252
Hex C4 5A FC

RGB Percentages of Color #c45afc

%36.43
%16.73
%46.84

CMYK Percentages of Color #c45afc

%22
%64
%0
%1

Triadic Colors of #c45afc

#c45afc #fcc45a #5afcc4

Analogous Colors of #c45afc

#c45afc #fc5ae3 #735afc

Monochromatic Colors of #c45afc

#c45afc

Complementary Color

#c45afc #92fc5a

#c45afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45afc Color CSS Codes

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

#c45afc Text Font Color

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

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


#c45afc Background Color

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

This div background color is #c45afc


#c45afc Border Color

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

This div border color is #c45afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45afc


Comments

No comments written yet.

Please login to write comment.