Color Hex Logo

#c75efa Color Hex

#C75EFA
(199,94,250)
0 Favorites   0 Comments

Color spaces of #c75efa

RGB 19994250
HSL0.780.940.67
HSV280°62°98°
CMYK 0.200.620.00   0.02
XYZ44.811227.049693.3018
Yxy27.04960.27130.1638
Hunter Lab52.009262.7796-69.9567
CIE-Lab59.020265.7891-60.6197

#c75efa color RGB value is (199,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011110 11111010
Octal 307 136 372
Decimal 199 94 250
Hex C7 5E FA

RGB Percentages of Color #c75efa

%36.65
%17.31
%46.04

CMYK Percentages of Color #c75efa

%20
%62
%0
%2

Triadic Colors of #c75efa

#c75efa #fac75e #5efac7

Analogous Colors of #c75efa

#c75efa #fa5edf #795efa

Monochromatic Colors of #c75efa

#c75efa

Complementary Color

#c75efa #91fa5e

#c75efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75efa Color CSS Codes

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

#c75efa Text Font Color

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

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


#c75efa Background Color

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

This div background color is #c75efa


#c75efa Border Color

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

This div border color is #c75efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75efa

Related Colors


Comments

No comments written yet.

Please login to write comment.