Color Hex Logo

#c120dc Color Hex

#C120DC
(193,32,220)
0 Favorites   0 Comments

Color spaces of #c120dc

RGB 19332220
HSL0.810.750.49
HSV291°85°86°
CMYK 0.120.850.00   0.14
XYZ35.427117.537869.2281
Yxy17.53780.28990.1435
Hunter Lab41.878277.7165-68.6966
CIE-Lab48.930679.9607-60.0278

#c120dc color RGB value is (193,32,220).

#c120dc hex color red value is 193, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c120dc hue: 0.81 , saturation: 0.75 and the lightness value of c120dc is 0.49.

The process color (four color CMYK) of #c120dc color hex is 0.12, 0.85, 0.00, 0.14. Web safe color of #c120dc is #cc33cc. Color #c120dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100000 11011100
Octal 301 40 334
Decimal 193 32 220
Hex C1 20 DC

RGB Percentages of Color #c120dc

%43.37
%7.19
%49.44

CMYK Percentages of Color #c120dc

%12
%85
%0
%14

Triadic Colors of #c120dc

#c120dc #dcc120 #20dcc1

Analogous Colors of #c120dc

#c120dc #dc2099 #6320dc

Monochromatic Colors of #c120dc

#c120dc

Complementary Color

#c120dc #3bdc20

#c120dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c120dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c120dc Color CSS Codes

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

#c120dc Text Font Color

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

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


#c120dc Background Color

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

This div background color is #c120dc


#c120dc Border Color

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

This div border color is #c120dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c120dc


Comments

No comments written yet.

Please login to write comment.