Color Hex Logo

#c977ec Color Hex

#C977EC
(201,119,236)
0 Favorites   0 Comments

Color spaces of #c977ec

RGB 201119236
HSL0.780.750.70
HSV282°50°93°
CMYK 0.150.500.00   0.07
XYZ45.824531.667383.0541
Yxy31.66730.28540.1972
Hunter Lab56.273746.8762-48.1142
CIE-Lab63.067051.2577-46.4163

#c977ec color RGB value is (201,119,236).

#c977ec hex color red value is 201, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c977ec hue: 0.78 , saturation: 0.75 and the lightness value of c977ec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 11101100
Octal 311 167 354
Decimal 201 119 236
Hex C9 77 EC

RGB Percentages of Color #c977ec

%36.15
%21.40
%42.45

CMYK Percentages of Color #c977ec

%15
%50
%0
%7

Triadic Colors of #c977ec

#c977ec #ecc977 #77ecc9

Analogous Colors of #c977ec

#c977ec #ec77d5 #8f77ec

Monochromatic Colors of #c977ec

#c977ec

Complementary Color

#c977ec #9aec77

#c977ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977ec Color CSS Codes

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

#c977ec Text Font Color

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

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


#c977ec Background Color

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

This div background color is #c977ec


#c977ec Border Color

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

This div border color is #c977ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977ec


Comments

No comments written yet.

Please login to write comment.