Color Hex Logo

#c936dc Color Hex

#C936DC
(201,54,220)
0 Favorites   0 Comments

Color spaces of #c936dc

RGB 20154220
HSL0.810.700.54
HSV293°75°86°
CMYK 0.090.750.00   0.14
XYZ38.324820.223169.5937
Yxy20.22310.29910.1578
Hunter Lab44.970173.4251-60.2755
CIE-Lab52.088575.9039-54.8854

#c936dc color RGB value is (201,54,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110110 11011100
Octal 311 66 334
Decimal 201 54 220
Hex C9 36 DC

RGB Percentages of Color #c936dc

%42.32
%11.37
%46.32

CMYK Percentages of Color #c936dc

%9
%75
%0
%14

Triadic Colors of #c936dc

#c936dc #dcc936 #36dcc9

Analogous Colors of #c936dc

#c936dc #dc369c #7636dc

Monochromatic Colors of #c936dc

#c936dc

Complementary Color

#c936dc #49dc36

#c936dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c936dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c936dc Color CSS Codes

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

#c936dc Text Font Color

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

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


#c936dc Background Color

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

This div background color is #c936dc


#c936dc Border Color

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

This div border color is #c936dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c936dc


Comments

No comments written yet.

Please login to write comment.