Color Hex Logo

#c93efc Color Hex

#C93EFC
(201,62,252)
0 Favorites   0 Comments

Color spaces of #c93efc

RGB 20162252
HSL0.790.970.62
HSV284°75°99°
CMYK 0.200.750.00   0.01
XYZ43.380722.891094.2275
Yxy22.89100.27030.1426
Hunter Lab47.844578.1182-83.2776
CIE-Lab54.959979.1047-68.2464

#c93efc color RGB value is (201,62,252).

#c93efc hex color red value is 201, green value is 62 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c93efc hue: 0.79 , saturation: 0.97 and the lightness value of c93efc is 0.62.

The process color (four color CMYK) of #c93efc color hex is 0.20, 0.75, 0.00, 0.01. Web safe color of #c93efc is #cc33ff. Color #c93efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111110 11111100
Octal 311 76 374
Decimal 201 62 252
Hex C9 3E FC

RGB Percentages of Color #c93efc

%39.03
%12.04
%48.93

CMYK Percentages of Color #c93efc

%20
%75
%0
%1

Triadic Colors of #c93efc

#c93efc #fcc93e #3efcc9

Analogous Colors of #c93efc

#c93efc #fc3ed0 #6a3efc

Monochromatic Colors of #c93efc

#c93efc

Complementary Color

#c93efc #71fc3e

#c93efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93efc Color CSS Codes

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

#c93efc Text Font Color

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

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


#c93efc Background Color

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

This div background color is #c93efc


#c93efc Border Color

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

This div border color is #c93efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93efc


Comments

No comments written yet.

Please login to write comment.