Color Hex Logo

#c760ec Color Hex

#C760EC
(199,96,236)
0 Favorites   0 Comments

Color spaces of #c760ec

RGB 19996236
HSL0.790.790.65
HSV284°59°93°
CMYK 0.160.590.00   0.07
XYZ42.876426.564082.2244
Yxy26.56400.28270.1751
Hunter Lab51.540358.2988-58.5097
CIE-Lab58.568662.0525-53.5616

#c760ec color RGB value is (199,96,236).

#c760ec hex color red value is 199, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c760ec hue: 0.79 , saturation: 0.79 and the lightness value of c760ec is 0.65.

The process color (four color CMYK) of #c760ec color hex is 0.16, 0.59, 0.00, 0.07. Web safe color of #c760ec is #cc66ff. Color #c760ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100000 11101100
Octal 307 140 354
Decimal 199 96 236
Hex C7 60 EC

RGB Percentages of Color #c760ec

%37.48
%18.08
%44.44

CMYK Percentages of Color #c760ec

%16
%59
%0
%7

Triadic Colors of #c760ec

#c760ec #ecc760 #60ecc7

Analogous Colors of #c760ec

#c760ec #ec60cb #8160ec

Monochromatic Colors of #c760ec

#c760ec

Complementary Color

#c760ec #85ec60

#c760ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c760ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c760ec Color CSS Codes

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

#c760ec Text Font Color

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

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


#c760ec Background Color

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

This div background color is #c760ec


#c760ec Border Color

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

This div border color is #c760ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c760ec


Comments

No comments written yet.

Please login to write comment.