Color Hex Logo

#c390dc Color Hex

#C390DC
(195,144,220)
0 Favorites   0 Comments

Color spaces of #c390dc

RGB 195144220
HSL0.780.520.71
HSV280°35°86°
CMYK 0.110.350.00   0.14
XYZ45.397236.715972.4043
Yxy36.71590.29380.2376
Hunter Lab60.593627.6946-28.4310
CIE-Lab67.063332.8095-31.3554

#c390dc color RGB value is (195,144,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010000 11011100
Octal 303 220 334
Decimal 195 144 220
Hex C3 90 DC

RGB Percentages of Color #c390dc

%34.88
%25.76
%39.36

CMYK Percentages of Color #c390dc

%11
%35
%0
%14

Triadic Colors of #c390dc

#c390dc #dcc390 #90dcc3

Analogous Colors of #c390dc

#c390dc #dc90cf #9d90dc

Monochromatic Colors of #c390dc

#c390dc

Complementary Color

#c390dc #a9dc90

#c390dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c390dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c390dc Color CSS Codes

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

#c390dc Text Font Color

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

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


#c390dc Background Color

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

This div background color is #c390dc


#c390dc Border Color

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

This div border color is #c390dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,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 #c390dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c390dc


Comments

No comments written yet.

Please login to write comment.