color codes Logo

#c93cfe color codes

#C93CFE
(201,60,254)
0 Favorites   0 Comments

Color spaces of #c93cfe

RGB 20160254
HSL0.790.990.62
HSV284°76°100°
CMYK 0.210.760.00   0.00
XYZ43.592622.805095.8701
Yxy22.80500.26860.1405
Hunter Lab47.754679.3726-85.5999
CIE-Lab54.870980.1140-69.5009

#c93cfe color RGB value is (201,60,254).

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

The process color (four color CMYK) of #c93cfe color code is 0.21, 0.76, 0.00, 0.00. Web safe color of #c93cfe is #cc33ff. Color #c93cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111100 11111110
Octal 311 74 376
Decimal 201 60 254
Hex C9 3C FE

RGB Percentages of Color #c93cfe

%39.03
%11.65
%49.32

CMYK Percentages of Color #c93cfe

%21
%76
%0
%0

Triadic Colors of #c93cfe

#c93cfe #fec93c #3cfec9

Analogous Colors of #c93cfe

#c93cfe #fe3cd2 #683cfe

Monochromatic Colors of #c93cfe

#c93cfe

Complementary Color

#c93cfe #71fe3c

#c93cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93cfe Color CSS Codes

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

#c93cfe Text Font Color

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

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


#c93cfe Background Color

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

This div background color is #c93cfe


#c93cfe Border Color

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

This div border color is #c93cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93cfe


Comments

No comments written yet.

Please login to write comment.