Color Hex Logo

#c965e1 Color Hex

#C965E1
(201,101,225)
0 Favorites   0 Comments

Color spaces of #c965e1

RGB 201101225
HSL0.800.670.64
HSV288°55°88°
CMYK 0.110.550.00   0.12
XYZ42.331727.161174.2457
Yxy27.16110.29450.1890
Hunter Lab52.116353.7839-47.9840
CIE-Lab59.123158.0313-46.5129

#c965e1 color RGB value is (201,101,225).

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

The process color (four color CMYK) of #c965e1 color hex is 0.11, 0.55, 0.00, 0.12. Web safe color of #c965e1 is #cc66cc. Color #c965e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 11100001
Octal 311 145 341
Decimal 201 101 225
Hex C9 65 E1

RGB Percentages of Color #c965e1

%38.14
%19.17
%42.69

CMYK Percentages of Color #c965e1

%11
%55
%0
%12

Triadic Colors of #c965e1

#c965e1 #e1c965 #65e1c9

Analogous Colors of #c965e1

#c965e1 #e165bb #8b65e1

Monochromatic Colors of #c965e1

#c965e1

Complementary Color

#c965e1 #7de165

#c965e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965e1 Color CSS Codes

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

#c965e1 Text Font Color

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

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


#c965e1 Background Color

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

This div background color is #c965e1


#c965e1 Border Color

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

This div border color is #c965e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965e1


Comments

No comments written yet.

Please login to write comment.