Color Hex Logo

#c45efa Color Hex

#C45EFA
(196,94,250)
0 Favorites   0 Comments

Color spaces of #c45efa

RGB 19694250
HSL0.780.940.67
HSV279°62°98°
CMYK 0.220.620.00   0.02
XYZ44.023026.643393.2649
Yxy26.64330.26850.1625
Hunter Lab51.617161.9083-70.9967
CIE-Lab58.642765.1212-61.2455

#c45efa color RGB value is (196,94,250).

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

The process color (four color CMYK) of #c45efa color hex is 0.22, 0.62, 0.00, 0.02. Web safe color of #c45efa is #cc66ff. Color #c45efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011110 11111010
Octal 304 136 372
Decimal 196 94 250
Hex C4 5E FA

RGB Percentages of Color #c45efa

%36.30
%17.41
%46.30

CMYK Percentages of Color #c45efa

%22
%62
%0
%2

Triadic Colors of #c45efa

#c45efa #fac45e #5efac4

Analogous Colors of #c45efa

#c45efa #fa5ee2 #765efa

Monochromatic Colors of #c45efa

#c45efa

Complementary Color

#c45efa #94fa5e

#c45efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45efa Color CSS Codes

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

#c45efa Text Font Color

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

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


#c45efa Background Color

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

This div background color is #c45efa


#c45efa Border Color

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

This div border color is #c45efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45efa


Comments

No comments written yet.

Please login to write comment.