Color Hex Logo

#c968ef Color Hex

#C968EF
(201,104,239)
0 Favorites   0 Comments

Color spaces of #c968ef

RGB 201104239
HSL0.790.810.67
HSV283°56°94°
CMYK 0.160.560.00   0.06
XYZ44.617728.550184.8205
Yxy28.55010.28240.1807
Hunter Lab53.432355.5468-56.7166
CIE-Lab60.382559.3563-52.3311

#c968ef color RGB value is (201,104,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 11101111
Octal 311 150 357
Decimal 201 104 239
Hex C9 68 EF

RGB Percentages of Color #c968ef

%36.95
%19.12
%43.93

CMYK Percentages of Color #c968ef

%16
%56
%0
%6

Triadic Colors of #c968ef

#c968ef #efc968 #68efc9

Analogous Colors of #c968ef

#c968ef #ef68d2 #8668ef

Monochromatic Colors of #c968ef

#c968ef

Complementary Color

#c968ef #8eef68

#c968ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c968ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c968ef Color CSS Codes

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

#c968ef Text Font Color

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

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


#c968ef Background Color

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

This div background color is #c968ef


#c968ef Border Color

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

This div border color is #c968ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c968ef


Comments

No comments written yet.

Please login to write comment.