Color Hex Logo

#c380dd Color Hex

#C380DD
(195,128,221)
0 Favorites   0 Comments

Color spaces of #c380dd

RGB 195128221
HSL0.790.580.68
HSV283°42°87°
CMYK 0.120.420.00   0.13
XYZ43.276032.260972.3527
Yxy32.26090.29260.2181
Hunter Lab56.798736.6049-35.7672
CIE-Lab63.557941.7342-37.3577

#c380dd color RGB value is (195,128,221).

#c380dd hex color red value is 195, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c380dd hue: 0.79 , saturation: 0.58 and the lightness value of c380dd is 0.68.

The process color (four color CMYK) of #c380dd color hex is 0.12, 0.42, 0.00, 0.13. Web safe color of #c380dd is #cc99cc. Color #c380dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000000 11011101
Octal 303 200 335
Decimal 195 128 221
Hex C3 80 DD

RGB Percentages of Color #c380dd

%35.85
%23.53
%40.63

CMYK Percentages of Color #c380dd

%12
%42
%0
%13

Triadic Colors of #c380dd

#c380dd #ddc380 #80ddc3

Analogous Colors of #c380dd

#c380dd #dd80c9 #9580dd

Monochromatic Colors of #c380dd

#c380dd

Complementary Color

#c380dd #9add80

#c380dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c380dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c380dd Color CSS Codes

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

#c380dd Text Font Color

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

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


#c380dd Background Color

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

This div background color is #c380dd


#c380dd Border Color

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

This div border color is #c380dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,128,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c380dd


Comments

No comments written yet.

Please login to write comment.