Color Hex Logo

#c290eb Color Hex

#C290EB
(194,144,235)
0 Favorites   0 Comments

Color spaces of #c290eb

RGB 194144235
HSL0.760.690.74
HSV273°39°92°
CMYK 0.170.390.00   0.08
XYZ47.216837.414083.3303
Yxy37.41400.28110.2228
Hunter Lab61.167030.7478-37.9563
CIE-Lab67.586535.7082-38.8263

#c290eb color RGB value is (194,144,235).

#c290eb hex color red value is 194, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c290eb hue: 0.76 , saturation: 0.69 and the lightness value of c290eb is 0.74.

The process color (four color CMYK) of #c290eb color hex is 0.17, 0.39, 0.00, 0.08. Web safe color of #c290eb is #cc99ff. Color #c290eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 11101011
Octal 302 220 353
Decimal 194 144 235
Hex C2 90 EB

RGB Percentages of Color #c290eb

%33.86
%25.13
%41.01

CMYK Percentages of Color #c290eb

%17
%39
%0
%8

Triadic Colors of #c290eb

#c290eb #ebc290 #90ebc2

Analogous Colors of #c290eb

#c290eb #eb90e7 #9590eb

Monochromatic Colors of #c290eb

#c290eb

Complementary Color

#c290eb #b9eb90

#c290eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290eb Color CSS Codes

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

#c290eb Text Font Color

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

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


#c290eb Background Color

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

This div background color is #c290eb


#c290eb Border Color

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

This div border color is #c290eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290eb


Comments

No comments written yet.

Please login to write comment.