Color Hex Logo

#c15efa Color Hex

#C15EFA
(193,94,250)
0 Favorites   0 Comments

Color spaces of #c15efa

RGB 19394250
HSL0.770.940.67
HSV278°62°98°
CMYK 0.230.620.00   0.02
XYZ43.250326.245093.2287
Yxy26.24500.26580.1613
Hunter Lab51.229961.0445-72.0357
CIE-Lab58.268964.4557-61.8655

#c15efa color RGB value is (193,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 11111010
Octal 301 136 372
Decimal 193 94 250
Hex C1 5E FA

RGB Percentages of Color #c15efa

%35.94
%17.50
%46.55

CMYK Percentages of Color #c15efa

%23
%62
%0
%2

Triadic Colors of #c15efa

#c15efa #fac15e #5efac1

Analogous Colors of #c15efa

#c15efa #fa5ee5 #735efa

Monochromatic Colors of #c15efa

#c15efa

Complementary Color

#c15efa #97fa5e

#c15efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15efa Color CSS Codes

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

#c15efa Text Font Color

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

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


#c15efa Background Color

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

This div background color is #c15efa


#c15efa Border Color

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

This div border color is #c15efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15efa

Related Colors


Comments

No comments written yet.

Please login to write comment.