Color Hex Logo

#c93fdc Color Hex

#C93FDC
(201,63,220)
0 Favorites   0 Comments

Color spaces of #c93fdc

RGB 20163220
HSL0.810.690.55
HSV293°71°86°
CMYK 0.090.710.00   0.14
XYZ38.783221.139869.7464
Yxy21.13980.29910.1630
Hunter Lab45.978070.1060-57.7554
CIE-Lab53.102273.0017-53.2636

#c93fdc color RGB value is (201,63,220).

#c93fdc hex color red value is 201, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c93fdc hue: 0.81 , saturation: 0.69 and the lightness value of c93fdc is 0.55.

The process color (four color CMYK) of #c93fdc color hex is 0.09, 0.71, 0.00, 0.14. Web safe color of #c93fdc is #cc33cc. Color #c93fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 11011100
Octal 311 77 334
Decimal 201 63 220
Hex C9 3F DC

RGB Percentages of Color #c93fdc

%41.53
%13.02
%45.45

CMYK Percentages of Color #c93fdc

%9
%71
%0
%14

Triadic Colors of #c93fdc

#c93fdc #dcc93f #3fdcc9

Analogous Colors of #c93fdc

#c93fdc #dc3fa1 #7b3fdc

Monochromatic Colors of #c93fdc

#c93fdc

Complementary Color

#c93fdc #52dc3f

#c93fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93fdc Color CSS Codes

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

#c93fdc Text Font Color

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

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


#c93fdc Background Color

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

This div background color is #c93fdc


#c93fdc Border Color

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

This div border color is #c93fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93fdc


Comments

No comments written yet.

Please login to write comment.