Color Hex Logo

#c93cc3 Color Hex

#C93CC3
(201,60,195)
0 Favorites   0 Comments

Color spaces of #c93cc3

RGB 20160195
HSL0.840.570.51
HSV303°70°79°
CMYK 0.000.700.03   0.21
XYZ35.553619.589453.5370
Yxy19.58940.32710.1802
Hunter Lab44.259965.9326-40.7355
CIE-Lab51.369869.8750-41.7013

#c93cc3 color RGB value is (201,60,195).

#c93cc3 hex color red value is 201, green value is 60 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c93cc3 hue: 0.84 , saturation: 0.57 and the lightness value of c93cc3 is 0.51.

The process color (four color CMYK) of #c93cc3 color hex is 0.00, 0.70, 0.03, 0.21. Web safe color of #c93cc3 is #cc33cc. Color #c93cc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111100 11000011
Octal 311 74 303
Decimal 201 60 195
Hex C9 3C C3

RGB Percentages of Color #c93cc3

%44.08
%13.16
%42.76

CMYK Percentages of Color #c93cc3

%0
%70
%3
%21

Triadic Colors of #c93cc3

#c93cc3 #c3c93c #3cc3c9

Analogous Colors of #c93cc3

#c93cc3 #c93c7d #893cc9

Monochromatic Colors of #c93cc3

#c93cc3

Complementary Color

#c93cc3 #3cc942

#c93cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93cc3 Color CSS Codes

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

#c93cc3 Text Font Color

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

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


#c93cc3 Background Color

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

This div background color is #c93cc3


#c93cc3 Border Color

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

This div border color is #c93cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93cc3


Comments

No comments written yet.

Please login to write comment.