Color Hex Logo

#c93ffc Color Hex

#C93FFC
(201,63,252)
0 Favorites   0 Comments

Color spaces of #c93ffc

RGB 20163252
HSL0.790.970.62
HSV284°75°99°
CMYK 0.200.750.00   0.01
XYZ43.435623.000894.2457
Yxy23.00080.27030.1431
Hunter Lab47.959177.7352-82.9408
CIE-Lab55.073278.7788-68.0634

#c93ffc color RGB value is (201,63,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 11111100
Octal 311 77 374
Decimal 201 63 252
Hex C9 3F FC

RGB Percentages of Color #c93ffc

%38.95
%12.21
%48.84

CMYK Percentages of Color #c93ffc

%20
%75
%0
%1

Triadic Colors of #c93ffc

#c93ffc #fcc93f #3ffcc9

Analogous Colors of #c93ffc

#c93ffc #fc3fd1 #6b3ffc

Monochromatic Colors of #c93ffc

#c93ffc

Complementary Color

#c93ffc #72fc3f

#c93ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ffc Color CSS Codes

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

#c93ffc Text Font Color

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

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


#c93ffc Background Color

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

This div background color is #c93ffc


#c93ffc Border Color

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

This div border color is #c93ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ffc


Comments

No comments written yet.

Please login to write comment.