Color Hex Logo

#c084cd Color Hex

#C084CD
(192,132,205)
0 Favorites   0 Comments

Color spaces of #c084cd

RGB 192132205
HSL0.800.420.66
HSV289°36°80°
CMYK 0.060.360.00   0.20
XYZ41.008932.116861.7954
Yxy32.11680.30390.2380
Hunter Lab56.671729.9911-24.9803
CIE-Lab63.439335.4077-28.6236

#c084cd color RGB value is (192,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 11001101
Octal 300 204 315
Decimal 192 132 205
Hex C0 84 CD

RGB Percentages of Color #c084cd

%36.29
%24.95
%38.75

CMYK Percentages of Color #c084cd

%6
%36
%0
%20

Triadic Colors of #c084cd

#c084cd #cdc084 #84cdc0

Analogous Colors of #c084cd

#c084cd #cd84b6 #9c84cd

Monochromatic Colors of #c084cd

#c084cd

Complementary Color

#c084cd #91cd84

#c084cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084cd Color CSS Codes

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

#c084cd Text Font Color

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

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


#c084cd Background Color

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

This div background color is #c084cd


#c084cd Border Color

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

This div border color is #c084cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084cd


Comments

No comments written yet.

Please login to write comment.