Color Hex Logo

#c768ef Color Hex

#C768EF
(199,104,239)
0 Favorites   0 Comments

Color spaces of #c768ef

RGB 199104239
HSL0.780.810.67
HSV282°56°94°
CMYK 0.170.560.00   0.06
XYZ44.083528.274784.7955
Yxy28.27470.28050.1799
Hunter Lab53.174054.9297-57.3269
CIE-Lab60.136158.8612-52.7378

#c768ef color RGB value is (199,104,239).

#c768ef hex color red value is 199, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c768ef hue: 0.78 , saturation: 0.81 and the lightness value of c768ef is 0.67.

The process color (four color CMYK) of #c768ef color hex is 0.17, 0.56, 0.00, 0.06. Web safe color of #c768ef is #cc66ff. Color #c768ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101000 11101111
Octal 307 150 357
Decimal 199 104 239
Hex C7 68 EF

RGB Percentages of Color #c768ef

%36.72
%19.19
%44.10

CMYK Percentages of Color #c768ef

%17
%56
%0
%6

Triadic Colors of #c768ef

#c768ef #efc768 #68efc7

Analogous Colors of #c768ef

#c768ef #ef68d4 #8468ef

Monochromatic Colors of #c768ef

#c768ef

Complementary Color

#c768ef #90ef68

#c768ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c768ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c768ef Color CSS Codes

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

#c768ef Text Font Color

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

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


#c768ef Background Color

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

This div background color is #c768ef


#c768ef Border Color

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

This div border color is #c768ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c768ef


Comments

No comments written yet.

Please login to write comment.