Color Hex Logo

#c45efc Color Hex

#C45EFC
(196,94,252)
0 Favorites   0 Comments

Color spaces of #c45efc

RGB 19694252
HSL0.770.960.68
HSV279°63°99°
CMYK 0.220.630.00   0.01
XYZ44.338326.769494.9256
Yxy26.76940.26700.1612
Hunter Lab51.739262.4235-72.5617
CIE-Lab58.760365.5358-62.1636

#c45efc color RGB value is (196,94,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011110 11111100
Octal 304 136 374
Decimal 196 94 252
Hex C4 5E FC

RGB Percentages of Color #c45efc

%36.16
%17.34
%46.49

CMYK Percentages of Color #c45efc

%22
%63
%0
%1

Triadic Colors of #c45efc

#c45efc #fcc45e #5efcc4

Analogous Colors of #c45efc

#c45efc #fc5ee5 #755efc

Monochromatic Colors of #c45efc

#c45efc

Complementary Color

#c45efc #96fc5e

#c45efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45efc Color CSS Codes

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

#c45efc Text Font Color

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

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


#c45efc Background Color

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

This div background color is #c45efc


#c45efc Border Color

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

This div border color is #c45efc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,94,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 #c45efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45efc


Comments

No comments written yet.

Please login to write comment.