Color Hex Logo

#c93dfb Color Hex

#C93DFB
(201,61,251)
0 Favorites   0 Comments

Color spaces of #c93dfb

RGB 20161251
HSL0.790.960.61
HSV284°76°98°
CMYK 0.200.760.00   0.02
XYZ43.168722.720093.3769
Yxy22.72000.27100.1427
Hunter Lab47.665578.2455-82.7835
CIE-Lab54.782879.2401-67.9766

#c93dfb color RGB value is (201,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111101 11111011
Octal 311 75 373
Decimal 201 61 251
Hex C9 3D FB

RGB Percentages of Color #c93dfb

%39.18
%11.89
%48.93

CMYK Percentages of Color #c93dfb

%20
%76
%0
%2

Triadic Colors of #c93dfb

#c93dfb #fbc93d #3dfbc9

Analogous Colors of #c93dfb

#c93dfb #fb3dce #6a3dfb

Monochromatic Colors of #c93dfb

#c93dfb

Complementary Color

#c93dfb #6ffb3d

#c93dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93dfb Color CSS Codes

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

#c93dfb Text Font Color

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

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


#c93dfb Background Color

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

This div background color is #c93dfb


#c93dfb Border Color

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

This div border color is #c93dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93dfb


Comments

No comments written yet.

Please login to write comment.