Color Hex Logo

#c761ec Color Hex

#C761EC
(199,97,236)
0 Favorites   0 Comments

Color spaces of #c761ec

RGB 19997236
HSL0.790.790.65
HSV284°59°93°
CMYK 0.160.590.00   0.07
XYZ42.968226.747682.2550
Yxy26.74760.28270.1760
Hunter Lab51.718157.7940-58.0951
CIE-Lab58.740061.5872-53.2886

#c761ec color RGB value is (199,97,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 11101100
Octal 307 141 354
Decimal 199 97 236
Hex C7 61 EC

RGB Percentages of Color #c761ec

%37.41
%18.23
%44.36

CMYK Percentages of Color #c761ec

%16
%59
%0
%7

Triadic Colors of #c761ec

#c761ec #ecc761 #61ecc7

Analogous Colors of #c761ec

#c761ec #ec61cc #8261ec

Monochromatic Colors of #c761ec

#c761ec

Complementary Color

#c761ec #86ec61

#c761ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761ec Color CSS Codes

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

#c761ec Text Font Color

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

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


#c761ec Background Color

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

This div background color is #c761ec


#c761ec Border Color

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

This div border color is #c761ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761ec


Comments

No comments written yet.

Please login to write comment.