Color Hex Logo

#c190da Color Hex

#C190DA
(193,144,218)
0 Favorites   0 Comments

Color spaces of #c190da

RGB 193144218
HSL0.780.500.71
HSV280°34°85°
CMYK 0.110.340.00   0.15
XYZ44.620536.345970.9934
Yxy36.34590.29360.2392
Hunter Lab60.287626.6096-27.6174
CIE-Lab66.783431.7744-30.6967

#c190da color RGB value is (193,144,218).

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

The process color (four color CMYK) of #c190da color hex is 0.11, 0.34, 0.00, 0.15. Web safe color of #c190da is #cc99cc. Color #c190da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010000 11011010
Octal 301 220 332
Decimal 193 144 218
Hex C1 90 DA

RGB Percentages of Color #c190da

%34.77
%25.95
%39.28

CMYK Percentages of Color #c190da

%11
%34
%0
%15

Triadic Colors of #c190da

#c190da #dac190 #90dac1

Analogous Colors of #c190da

#c190da #da90ce #9c90da

Monochromatic Colors of #c190da

#c190da

Complementary Color

#c190da #a9da90

#c190da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c190da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c190da Color CSS Codes

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

#c190da Text Font Color

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

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


#c190da Background Color

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

This div background color is #c190da


#c190da Border Color

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

This div border color is #c190da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,144,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c190da


Comments

No comments written yet.

Please login to write comment.