Color Hex Logo

#c968de Color Hex

#C968DE
(201,104,222)
0 Favorites   0 Comments

Color spaces of #c968de

RGB 201104222
HSL0.800.640.64
HSV289°53°87°
CMYK 0.090.530.00   0.13
XYZ42.222527.592172.2077
Yxy27.59210.29730.1943
Hunter Lab52.528251.5552-44.7331
CIE-Lab59.518455.9989-44.2057

#c968de color RGB value is (201,104,222).

#c968de hex color red value is 201, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c968de hue: 0.80 , saturation: 0.64 and the lightness value of c968de is 0.64.

The process color (four color CMYK) of #c968de color hex is 0.09, 0.53, 0.00, 0.13. Web safe color of #c968de is #cc66cc. Color #c968de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 11011110
Octal 311 150 336
Decimal 201 104 222
Hex C9 68 DE

RGB Percentages of Color #c968de

%38.14
%19.73
%42.13

CMYK Percentages of Color #c968de

%9
%53
%0
%13

Triadic Colors of #c968de

#c968de #dec968 #68dec9

Analogous Colors of #c968de

#c968de #de68b8 #8e68de

Monochromatic Colors of #c968de

#c968de

Complementary Color

#c968de #7dde68

#c968de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c968de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c968de Color CSS Codes

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

#c968de Text Font Color

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

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


#c968de Background Color

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

This div background color is #c968de


#c968de Border Color

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

This div border color is #c968de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c968de


Comments

No comments written yet.

Please login to write comment.