Color Hex Logo

#c084cc Color Hex

#C084CC
(192,132,204)
0 Favorites   0 Comments

Color spaces of #c084cc

RGB 192132204
HSL0.810.410.66
HSV290°35°80°
CMYK 0.060.350.00   0.20
XYZ40.888632.068661.1615
Yxy32.06860.30490.2391
Hunter Lab56.629129.7834-24.3949
CIE-Lab63.399535.2093-28.1240

#c084cc color RGB value is (192,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 11001100
Octal 300 204 314
Decimal 192 132 204
Hex C0 84 CC

RGB Percentages of Color #c084cc

%36.36
%25.00
%38.64

CMYK Percentages of Color #c084cc

%6
%35
%0
%20

Triadic Colors of #c084cc

#c084cc #ccc084 #84ccc0

Analogous Colors of #c084cc

#c084cc #cc84b4 #9c84cc

Monochromatic Colors of #c084cc

#c084cc

Complementary Color

#c084cc #90cc84

#c084cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084cc Color CSS Codes

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

#c084cc Text Font Color

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

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


#c084cc Background Color

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

This div background color is #c084cc


#c084cc Border Color

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

This div border color is #c084cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084cc

#c084cc Color Palettes


Comments

No comments written yet.

Please login to write comment.