Color Hex Logo

#c086cc Color Hex

#C086CC
(192,134,204)
0 Favorites   0 Comments

Color spaces of #c086cc

RGB 192134204
HSL0.800.410.66
HSV290°34°80°
CMYK 0.060.340.00   0.20
XYZ41.162432.616361.2528
Yxy32.61630.30480.2415
Hunter Lab57.110728.7098-23.6127
CIE-Lab63.849034.1126-27.4311

#c086cc color RGB value is (192,134,204).

#c086cc hex color red value is 192, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c086cc hue: 0.80 , saturation: 0.41 and the lightness value of c086cc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000110 11001100
Octal 300 206 314
Decimal 192 134 204
Hex C0 86 CC

RGB Percentages of Color #c086cc

%36.23
%25.28
%38.49

CMYK Percentages of Color #c086cc

%6
%34
%0
%20

Triadic Colors of #c086cc

#c086cc #ccc086 #86ccc0

Analogous Colors of #c086cc

#c086cc #cc86b5 #9d86cc

Monochromatic Colors of #c086cc

#c086cc

Complementary Color

#c086cc #92cc86

#c086cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c086cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c086cc Color CSS Codes

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

#c086cc Text Font Color

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

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


#c086cc Background Color

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

This div background color is #c086cc


#c086cc Border Color

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

This div border color is #c086cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c086cc


Comments

No comments written yet.

Please login to write comment.