Color Hex Logo

#c290ec Color Hex

#C290EC
(194,144,236)
0 Favorites   0 Comments

Color spaces of #c290ec

RGB 194144236
HSL0.760.710.75
HSV273°39°93°
CMYK 0.180.390.00   0.07
XYZ47.361737.472084.0935
Yxy37.47200.28040.2218
Hunter Lab61.214430.9807-38.5998
CIE-Lab67.629735.9267-39.3087

#c290ec color RGB value is (194,144,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 11101100
Octal 302 220 354
Decimal 194 144 236
Hex C2 90 EC

RGB Percentages of Color #c290ec

%33.80
%25.09
%41.11

CMYK Percentages of Color #c290ec

%18
%39
%0
%7

Triadic Colors of #c290ec

#c290ec #ecc290 #90ecc2

Analogous Colors of #c290ec

#c290ec #ec90e8 #9490ec

Monochromatic Colors of #c290ec

#c290ec

Complementary Color

#c290ec #baec90

#c290ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ec Color CSS Codes

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

#c290ec Text Font Color

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

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


#c290ec Background Color

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

This div background color is #c290ec


#c290ec Border Color

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

This div border color is #c290ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ec


Comments

No comments written yet.

Please login to write comment.