Color Hex Logo

#c290dc Color Hex

#C290DC
(194,144,220)
0 Favorites   0 Comments

Color spaces of #c290dc

RGB 194144220
HSL0.780.520.71
HSV279°35°86°
CMYK 0.120.350.00   0.14
XYZ45.139736.583272.3923
Yxy36.58320.29290.2374
Hunter Lab60.484027.3688-28.6243
CIE-Lab66.963132.5010-31.5185

#c290dc color RGB value is (194,144,220).

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

The process color (four color CMYK) of #c290dc color hex is 0.12, 0.35, 0.00, 0.14. Web safe color of #c290dc is #cc99cc. Color #c290dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 11011100
Octal 302 220 334
Decimal 194 144 220
Hex C2 90 DC

RGB Percentages of Color #c290dc

%34.77
%25.81
%39.43

CMYK Percentages of Color #c290dc

%12
%35
%0
%14

Triadic Colors of #c290dc

#c290dc #dcc290 #90dcc2

Analogous Colors of #c290dc

#c290dc #dc90d0 #9c90dc

Monochromatic Colors of #c290dc

#c290dc

Complementary Color

#c290dc #aadc90

#c290dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290dc Color CSS Codes

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

#c290dc Text Font Color

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

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


#c290dc Background Color

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

This div background color is #c290dc


#c290dc Border Color

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

This div border color is #c290dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290dc


Comments

No comments written yet.

Please login to write comment.