Color Hex Logo

#c93ffa Color Hex

#C93FFA
(201,63,250)
0 Favorites   0 Comments

Color spaces of #c93ffa

RGB 20163250
HSL0.790.950.61
HSV284°75°98°
CMYK 0.200.750.00   0.02
XYZ43.120222.874692.5850
Yxy22.87460.27190.1442
Hunter Lab47.827477.2340-81.2953
CIE-Lab54.942978.4057-67.1617

#c93ffa color RGB value is (201,63,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 11111010
Octal 311 77 372
Decimal 201 63 250
Hex C9 3F FA

RGB Percentages of Color #c93ffa

%39.11
%12.26
%48.64

CMYK Percentages of Color #c93ffa

%20
%75
%0
%2

Triadic Colors of #c93ffa

#c93ffa #fac93f #3ffac9

Analogous Colors of #c93ffa

#c93ffa #fa3fce #6c3ffa

Monochromatic Colors of #c93ffa

#c93ffa

Complementary Color

#c93ffa #70fa3f

#c93ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ffa Color CSS Codes

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

#c93ffa Text Font Color

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

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


#c93ffa Background Color

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

This div background color is #c93ffa


#c93ffa Border Color

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

This div border color is #c93ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ffa


Comments

No comments written yet.

Please login to write comment.