Color Hex Logo

#c086cd Color Hex

#C086CD
(192,134,205)
0 Favorites   0 Comments

Color spaces of #c086cd

RGB 192134205
HSL0.800.420.66
HSV289°35°80°
CMYK 0.060.350.00   0.20
XYZ41.282832.664461.8866
Yxy32.66440.30390.2405
Hunter Lab57.152828.9174-24.1939
CIE-Lab63.888234.3119-27.9310

#c086cd color RGB value is (192,134,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000110 11001101
Octal 300 206 315
Decimal 192 134 205
Hex C0 86 CD

RGB Percentages of Color #c086cd

%36.16
%25.24
%38.61

CMYK Percentages of Color #c086cd

%6
%35
%0
%20

Triadic Colors of #c086cd

#c086cd #cdc086 #86cdc0

Analogous Colors of #c086cd

#c086cd #cd86b7 #9d86cd

Monochromatic Colors of #c086cd

#c086cd

Complementary Color

#c086cd #93cd86

#c086cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c086cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c086cd Color CSS Codes

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

#c086cd Text Font Color

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

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


#c086cd Background Color

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

This div background color is #c086cd


#c086cd Border Color

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

This div border color is #c086cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c086cd


Comments

No comments written yet.

Please login to write comment.