Color Hex Logo

#c290ea Color Hex

#C290EA
(194,144,234)
0 Favorites   0 Comments

Color spaces of #c290ea

RGB 194144234
HSL0.760.680.74
HSV273°38°92°
CMYK 0.170.380.00   0.08
XYZ47.072737.356482.5714
Yxy37.35640.28190.2237
Hunter Lab61.119930.5156-37.3154
CIE-Lab67.543635.4899-38.3433

#c290ea color RGB value is (194,144,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 11101010
Octal 302 220 352
Decimal 194 144 234
Hex C2 90 EA

RGB Percentages of Color #c290ea

%33.92
%25.17
%40.91

CMYK Percentages of Color #c290ea

%17
%38
%0
%8

Triadic Colors of #c290ea

#c290ea #eac290 #90eac2

Analogous Colors of #c290ea

#c290ea #ea90e5 #9590ea

Monochromatic Colors of #c290ea

#c290ea

Complementary Color

#c290ea #b8ea90

#c290ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ea Color CSS Codes

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

#c290ea Text Font Color

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

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


#c290ea Background Color

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

This div background color is #c290ea


#c290ea Border Color

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

This div border color is #c290ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ea


Comments

No comments written yet.

Please login to write comment.