Color Hex Logo

#c968eb Color Hex

#C968EB
(201,104,235)
0 Favorites   0 Comments

Color spaces of #c968eb

RGB 201104235
HSL0.790.770.66
HSV284°56°92°
CMYK 0.140.560.00   0.08
XYZ44.033128.316381.7421
Yxy28.31630.28580.1838
Hunter Lab53.213154.5835-53.8279
CIE-Lab60.173458.5528-50.4378

#c968eb color RGB value is (201,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 11101011
Octal 311 150 353
Decimal 201 104 235
Hex C9 68 EB

RGB Percentages of Color #c968eb

%37.22
%19.26
%43.52

CMYK Percentages of Color #c968eb

%14
%56
%0
%8

Triadic Colors of #c968eb

#c968eb #ebc968 #68ebc9

Analogous Colors of #c968eb

#c968eb #eb68cc #8868eb

Monochromatic Colors of #c968eb

#c968eb

Complementary Color

#c968eb #8aeb68

#c968eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c968eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c968eb Color CSS Codes

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

#c968eb Text Font Color

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

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


#c968eb Background Color

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

This div background color is #c968eb


#c968eb Border Color

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

This div border color is #c968eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c968eb


Comments

No comments written yet.

Please login to write comment.