Color Hex Logo

#c93fcc Color Hex

#C93FCC
(201,63,204)
0 Favorites   0 Comments

Color spaces of #c93fcc

RGB 20163204
HSL0.830.580.52
HSV299°69°80°
CMYK 0.010.690.00   0.20
XYZ36.764020.332259.1136
Yxy20.33220.31640.1750
Hunter Lab45.091266.6258-46.1640
CIE-Lab52.210770.2929-45.5523

#c93fcc color RGB value is (201,63,204).

#c93fcc hex color red value is 201, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c93fcc hue: 0.83 , saturation: 0.58 and the lightness value of c93fcc is 0.52.

The process color (four color CMYK) of #c93fcc color hex is 0.01, 0.69, 0.00, 0.20. Web safe color of #c93fcc is #cc33cc. Color #c93fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 11001100
Octal 311 77 314
Decimal 201 63 204
Hex C9 3F CC

RGB Percentages of Color #c93fcc

%42.95
%13.46
%43.59

CMYK Percentages of Color #c93fcc

%1
%69
%0
%20

Triadic Colors of #c93fcc

#c93fcc #ccc93f #3fccc9

Analogous Colors of #c93fcc

#c93fcc #cc3f89 #833fcc

Monochromatic Colors of #c93fcc

#c93fcc

Complementary Color

#c93fcc #42cc3f

#c93fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93fcc Color CSS Codes

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

#c93fcc Text Font Color

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

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


#c93fcc Background Color

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

This div background color is #c93fcc


#c93fcc Border Color

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

This div border color is #c93fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93fcc


Comments

No comments written yet.

Please login to write comment.