Color Hex Logo

#c93cdd Color Hex

#C93CDD
(201,60,221)
0 Favorites   0 Comments

Color spaces of #c93cdd

RGB 20160221
HSL0.810.700.55
HSV293°73°87°
CMYK 0.090.730.00   0.13
XYZ38.754420.869770.3923
Yxy20.86970.29810.1605
Hunter Lab45.683471.4803-59.3800
CIE-Lab52.806674.1838-54.3038

#c93cdd color RGB value is (201,60,221).

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

The process color (four color CMYK) of #c93cdd color hex is 0.09, 0.73, 0.00, 0.13. Web safe color of #c93cdd is #cc33cc. Color #c93cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111100 11011101
Octal 311 74 335
Decimal 201 60 221
Hex C9 3C DD

RGB Percentages of Color #c93cdd

%41.70
%12.45
%45.85

CMYK Percentages of Color #c93cdd

%9
%73
%0
%13

Triadic Colors of #c93cdd

#c93cdd #ddc93c #3cddc9

Analogous Colors of #c93cdd

#c93cdd #dd3ca1 #793cdd

Monochromatic Colors of #c93cdd

#c93cdd

Complementary Color

#c93cdd #50dd3c

#c93cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93cdd Color CSS Codes

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

#c93cdd Text Font Color

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

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


#c93cdd Background Color

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

This div background color is #c93cdd


#c93cdd Border Color

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

This div border color is #c93cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93cdd


Comments

No comments written yet.

Please login to write comment.