Color Hex Logo

#c93ccc Color Hex

#C93CCC
(201,60,204)
0 Favorites   0 Comments

Color spaces of #c93ccc

RGB 20160204
HSL0.830.590.52
HSV299°71°80°
CMYK 0.010.710.00   0.20
XYZ36.602320.008959.0597
Yxy20.00890.31640.1730
Hunter Lab44.731367.7815-46.9699
CIE-Lab51.847371.3247-46.1294

#c93ccc color RGB value is (201,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111100 11001100
Octal 311 74 314
Decimal 201 60 204
Hex C9 3C CC

RGB Percentages of Color #c93ccc

%43.23
%12.90
%43.87

CMYK Percentages of Color #c93ccc

%1
%71
%0
%20

Triadic Colors of #c93ccc

#c93ccc #ccc93c #3cccc9

Analogous Colors of #c93ccc

#c93ccc #cc3c87 #813ccc

Monochromatic Colors of #c93ccc

#c93ccc

Complementary Color

#c93ccc #3fcc3c

#c93ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ccc Color CSS Codes

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

#c93ccc Text Font Color

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

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


#c93ccc Background Color

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

This div background color is #c93ccc


#c93ccc Border Color

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

This div border color is #c93ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ccc


Comments

No comments written yet.

Please login to write comment.