Color Hex Logo

#c190dc Color Hex

#C190DC
(193,144,220)
0 Favorites   0 Comments

Color spaces of #c190dc

RGB 193144220
HSL0.770.520.71
HSV279°35°86°
CMYK 0.120.350.00   0.14
XYZ44.883836.451372.3803
Yxy36.45130.29200.2371
Hunter Lab60.374927.0440-28.8172
CIE-Lab66.863332.1927-31.6810

#c190dc color RGB value is (193,144,220).

#c190dc hex color red value is 193, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c190dc hue: 0.77 , saturation: 0.52 and the lightness value of c190dc is 0.71.

The process color (four color CMYK) of #c190dc color hex is 0.12, 0.35, 0.00, 0.14. Web safe color of #c190dc is #cc99cc. Color #c190dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010000 11011100
Octal 301 220 334
Decimal 193 144 220
Hex C1 90 DC

RGB Percentages of Color #c190dc

%34.65
%25.85
%39.50

CMYK Percentages of Color #c190dc

%12
%35
%0
%14

Triadic Colors of #c190dc

#c190dc #dcc190 #90dcc1

Analogous Colors of #c190dc

#c190dc #dc90d1 #9b90dc

Monochromatic Colors of #c190dc

#c190dc

Complementary Color

#c190dc #abdc90

#c190dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c190dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c190dc Color CSS Codes

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

#c190dc Text Font Color

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

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


#c190dc Background Color

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

This div background color is #c190dc


#c190dc Border Color

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

This div border color is #c190dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c190dc


Comments

No comments written yet.

Please login to write comment.