Color Hex Logo

#c190ee Color Hex

#C190EE
(193,144,238)
0 Favorites   0 Comments

Color spaces of #c190ee

RGB 193144238
HSL0.750.730.75
HSV271°39°93°
CMYK 0.190.390.00   0.07
XYZ47.398237.457085.6207
Yxy37.45700.27800.2197
Hunter Lab61.202131.1362-40.1042
CIE-Lab67.618536.0767-40.4321

#c190ee color RGB value is (193,144,238).

#c190ee hex color red value is 193, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c190ee hue: 0.75 , saturation: 0.73 and the lightness value of c190ee is 0.75.

The process color (four color CMYK) of #c190ee color hex is 0.19, 0.39, 0.00, 0.07. Web safe color of #c190ee is #cc99ff. Color #c190ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010000 11101110
Octal 301 220 356
Decimal 193 144 238
Hex C1 90 EE

RGB Percentages of Color #c190ee

%33.57
%25.04
%41.39

CMYK Percentages of Color #c190ee

%19
%39
%0
%7

Triadic Colors of #c190ee

#c190ee #eec190 #90eec1

Analogous Colors of #c190ee

#c190ee #ee90ec #9290ee

Monochromatic Colors of #c190ee

#c190ee

Complementary Color

#c190ee #bdee90

#c190ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c190ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c190ee Color CSS Codes

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

#c190ee Text Font Color

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

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


#c190ee Background Color

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

This div background color is #c190ee


#c190ee Border Color

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

This div border color is #c190ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c190ee


Comments

No comments written yet.

Please login to write comment.