Color Hex Logo

#c084de Color Hex

#C084DE
(192,132,222)
0 Favorites   0 Comments

Color spaces of #c084de

RGB 192132222
HSL0.780.580.69
HSV280°41°87°
CMYK 0.140.410.00   0.13
XYZ43.174332.982973.1980
Yxy32.98290.28910.2208
Hunter Lab57.430733.6859-35.3662
CIE-Lab64.147138.8933-37.0190

#c084de color RGB value is (192,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 11011110
Octal 300 204 336
Decimal 192 132 222
Hex C0 84 DE

RGB Percentages of Color #c084de

%35.16
%24.18
%40.66

CMYK Percentages of Color #c084de

%14
%41
%0
%13

Triadic Colors of #c084de

#c084de #dec084 #84dec0

Analogous Colors of #c084de

#c084de #de84cf #9384de

Monochromatic Colors of #c084de

#c084de

Complementary Color

#c084de #a2de84

#c084de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084de Color CSS Codes

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

#c084de Text Font Color

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

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


#c084de Background Color

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

This div background color is #c084de


#c084de Border Color

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

This div border color is #c084de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084de


Comments

No comments written yet.

Please login to write comment.