Color Hex Logo

#c93fec Color Hex

#C93FEC
(201,63,236)
0 Favorites   0 Comments

Color spaces of #c93fec

RGB 20163236
HSL0.800.820.59
HSV288°73°93°
CMYK 0.150.730.00   0.07
XYZ41.005222.028681.4476
Yxy22.02860.28380.1525
Hunter Lab46.934673.8138-70.0341
CIE-Lab54.057375.8359-60.7642

#c93fec color RGB value is (201,63,236).

#c93fec hex color red value is 201, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c93fec hue: 0.80 , saturation: 0.82 and the lightness value of c93fec is 0.59.

The process color (four color CMYK) of #c93fec color hex is 0.15, 0.73, 0.00, 0.07. Web safe color of #c93fec is #cc33ff. Color #c93fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 11101100
Octal 311 77 354
Decimal 201 63 236
Hex C9 3F EC

RGB Percentages of Color #c93fec

%40.20
%12.60
%47.20

CMYK Percentages of Color #c93fec

%15
%73
%0
%7

Triadic Colors of #c93fec

#c93fec #ecc93f #3fecc9

Analogous Colors of #c93fec

#c93fec #ec3fb9 #733fec

Monochromatic Colors of #c93fec

#c93fec

Complementary Color

#c93fec #62ec3f

#c93fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93fec Color CSS Codes

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

#c93fec Text Font Color

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

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


#c93fec Background Color

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

This div background color is #c93fec


#c93fec Border Color

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

This div border color is #c93fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,63,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93fec


Comments

No comments written yet.

Please login to write comment.