Color Hex Logo

#c080cd Color Hex

#C080CD
(192,128,205)
0 Favorites   0 Comments

Color spaces of #c080cd

RGB 192128205
HSL0.810.440.65
HSV290°38°80°
CMYK 0.060.380.00   0.20
XYZ40.476831.052661.6180
Yxy31.05260.30400.2332
Hunter Lab55.724932.1383-26.5528
CIE-Lab62.552037.5910-29.9948

#c080cd color RGB value is (192,128,205).

#c080cd hex color red value is 192, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c080cd hue: 0.81 , saturation: 0.44 and the lightness value of c080cd is 0.65.

The process color (four color CMYK) of #c080cd color hex is 0.06, 0.38, 0.00, 0.20. Web safe color of #c080cd is #cc99cc. Color #c080cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 11001101
Octal 300 200 315
Decimal 192 128 205
Hex C0 80 CD

RGB Percentages of Color #c080cd

%36.57
%24.38
%39.05

CMYK Percentages of Color #c080cd

%6
%38
%0
%20

Triadic Colors of #c080cd

#c080cd #cdc080 #80cdc0

Analogous Colors of #c080cd

#c080cd #cd80b4 #9a80cd

Monochromatic Colors of #c080cd

#c080cd

Complementary Color

#c080cd #8dcd80

#c080cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c080cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c080cd Color CSS Codes

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

#c080cd Text Font Color

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

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


#c080cd Background Color

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

This div background color is #c080cd


#c080cd Border Color

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

This div border color is #c080cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c080cd


Comments

No comments written yet.

Please login to write comment.