Color Hex Logo

#c080df Color Hex

#C080DF
(192,128,223)
0 Favorites   0 Comments

Color spaces of #c080df

RGB 192128223
HSL0.780.600.69
HSV280°43°87°
CMYK 0.140.430.00   0.13
XYZ42.776731.972573.7288
Yxy31.97250.28810.2153
Hunter Lab56.544236.0860-37.7281
CIE-Lab63.320141.2741-38.8672

#c080df color RGB value is (192,128,223).

#c080df hex color red value is 192, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c080df hue: 0.78 , saturation: 0.60 and the lightness value of c080df is 0.69.

The process color (four color CMYK) of #c080df color hex is 0.14, 0.43, 0.00, 0.13. Web safe color of #c080df is #cc99cc. Color #c080df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 11011111
Octal 300 200 337
Decimal 192 128 223
Hex C0 80 DF

RGB Percentages of Color #c080df

%35.36
%23.57
%41.07

CMYK Percentages of Color #c080df

%14
%43
%0
%13

Triadic Colors of #c080df

#c080df #dfc080 #80dfc0

Analogous Colors of #c080df

#c080df #df80cf #9180df

Monochromatic Colors of #c080df

#c080df

Complementary Color

#c080df #9fdf80

#c080df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c080df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c080df Color CSS Codes

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

#c080df Text Font Color

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

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


#c080df Background Color

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

This div background color is #c080df


#c080df Border Color

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

This div border color is #c080df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c080df


Comments

No comments written yet.

Please login to write comment.