Color Hex Logo

#c084ec Color Hex

#C084EC
(192,132,236)
0 Favorites   0 Comments

Color spaces of #c084ec

RGB 192132236
HSL0.760.730.72
HSV275°44°93°
CMYK 0.190.440.00   0.07
XYZ45.129833.765183.4956
Yxy33.76510.27790.2079
Hunter Lab58.107736.9448-44.5190
CIE-Lab64.775741.9011-43.7934

#c084ec color RGB value is (192,132,236).

#c084ec hex color red value is 192, green value is 132 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c084ec hue: 0.76 , saturation: 0.73 and the lightness value of c084ec is 0.72.

The process color (four color CMYK) of #c084ec color hex is 0.19, 0.44, 0.00, 0.07. Web safe color of #c084ec is #cc99ff. Color #c084ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 11101100
Octal 300 204 354
Decimal 192 132 236
Hex C0 84 EC

RGB Percentages of Color #c084ec

%34.29
%23.57
%42.14

CMYK Percentages of Color #c084ec

%19
%44
%0
%7

Triadic Colors of #c084ec

#c084ec #ecc084 #84ecc0

Analogous Colors of #c084ec

#c084ec #ec84e4 #8c84ec

Monochromatic Colors of #c084ec

#c084ec

Complementary Color

#c084ec #b0ec84

#c084ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084ec Color CSS Codes

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

#c084ec Text Font Color

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

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


#c084ec Background Color

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

This div background color is #c084ec


#c084ec Border Color

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

This div border color is #c084ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084ec


Comments

No comments written yet.

Please login to write comment.