Color Hex Logo

#c760dc Color Hex

#C760DC
(199,96,220)
0 Favorites   0 Comments

Color spaces of #c760dc

RGB 19996220
HSL0.810.640.62
HSV290°56°86°
CMYK 0.100.560.00   0.14
XYZ40.654325.675270.5232
Yxy25.67520.29710.1876
Hunter Lab50.670754.5410-47.0500
CIE-Lab57.727558.9356-45.9267

#c760dc color RGB value is (199,96,220).

#c760dc hex color red value is 199, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c760dc hue: 0.81 , saturation: 0.64 and the lightness value of c760dc is 0.62.

The process color (four color CMYK) of #c760dc color hex is 0.10, 0.56, 0.00, 0.14. Web safe color of #c760dc is #cc66cc. Color #c760dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100000 11011100
Octal 307 140 334
Decimal 199 96 220
Hex C7 60 DC

RGB Percentages of Color #c760dc

%38.64
%18.64
%42.72

CMYK Percentages of Color #c760dc

%10
%56
%0
%14

Triadic Colors of #c760dc

#c760dc #dcc760 #60dcc7

Analogous Colors of #c760dc

#c760dc #dc60b3 #8960dc

Monochromatic Colors of #c760dc

#c760dc

Complementary Color

#c760dc #75dc60

#c760dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c760dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c760dc Color CSS Codes

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

#c760dc Text Font Color

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

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


#c760dc Background Color

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

This div background color is #c760dc


#c760dc Border Color

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

This div border color is #c760dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,96,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c760dc


Comments

No comments written yet.

Please login to write comment.