Color Hex Logo

#c961ec Color Hex

#C961EC
(201,97,236)
0 Favorites   0 Comments

Color spaces of #c961ec

RGB 20197236
HSL0.790.790.65
HSV285°59°93°
CMYK 0.150.590.00   0.07
XYZ43.502427.023082.2800
Yxy27.02300.28470.1768
Hunter Lab51.983758.4059-57.4560
CIE-Lab58.995662.0690-52.8663

#c961ec color RGB value is (201,97,236).

#c961ec hex color red value is 201, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c961ec hue: 0.79 , saturation: 0.79 and the lightness value of c961ec is 0.65.

The process color (four color CMYK) of #c961ec color hex is 0.15, 0.59, 0.00, 0.07. Web safe color of #c961ec is #cc66ff. Color #c961ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100001 11101100
Octal 311 141 354
Decimal 201 97 236
Hex C9 61 EC

RGB Percentages of Color #c961ec

%37.64
%18.16
%44.19

CMYK Percentages of Color #c961ec

%15
%59
%0
%7

Triadic Colors of #c961ec

#c961ec #ecc961 #61ecc9

Analogous Colors of #c961ec

#c961ec #ec61ca #8461ec

Monochromatic Colors of #c961ec

#c961ec

Complementary Color

#c961ec #84ec61

#c961ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c961ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c961ec Color CSS Codes

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

#c961ec Text Font Color

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

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


#c961ec Background Color

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

This div background color is #c961ec


#c961ec Border Color

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

This div border color is #c961ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c961ec


Comments

No comments written yet.

Please login to write comment.