Color Hex Logo

#c768ea Color Hex

#C768EA
(199,104,234)
0 Favorites   0 Comments

Color spaces of #c768ea

RGB 199104234
HSL0.790.760.66
HSV284°56°92°
CMYK 0.150.560.00   0.08
XYZ43.354827.983380.9582
Yxy27.98330.28470.1837
Hunter Lab52.899253.7201-53.7093
CIE-Lab59.873657.8481-50.3717

#c768ea color RGB value is (199,104,234).

#c768ea hex color red value is 199, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c768ea hue: 0.79 , saturation: 0.76 and the lightness value of c768ea is 0.66.

The process color (four color CMYK) of #c768ea color hex is 0.15, 0.56, 0.00, 0.08. Web safe color of #c768ea is #cc66ff. Color #c768ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101000 11101010
Octal 307 150 352
Decimal 199 104 234
Hex C7 68 EA

RGB Percentages of Color #c768ea

%37.06
%19.37
%43.58

CMYK Percentages of Color #c768ea

%15
%56
%0
%8

Triadic Colors of #c768ea

#c768ea #eac768 #68eac7

Analogous Colors of #c768ea

#c768ea #ea68cc #8668ea

Monochromatic Colors of #c768ea

#c768ea

Complementary Color

#c768ea #8bea68

#c768ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c768ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c768ea Color CSS Codes

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

#c768ea Text Font Color

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

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


#c768ea Background Color

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

This div background color is #c768ea


#c768ea Border Color

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

This div border color is #c768ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c768ea


Comments

No comments written yet.

Please login to write comment.