Color Hex Logo

#c981ff Color Hex

#C981FF
(201,129,255)
0 Favorites   0 Comments

Color spaces of #c981ff

RGB 201129255
HSL0.761.000.75
HSV274°49°100°
CMYK 0.210.490.00   0.00
XYZ49.987735.338098.7940
Yxy35.33800.27150.1919
Hunter Lab59.445846.0698-56.9231
CIE-Lab66.011050.0986-52.2232

#c981ff color RGB value is (201,129,255).

#c981ff hex color red value is 201, green value is 129 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c981ff hue: 0.76 , saturation: 1.00 and the lightness value of c981ff is 0.75.

The process color (four color CMYK) of #c981ff color hex is 0.21, 0.49, 0.00, 0.00. Web safe color of #c981ff is #cc99ff. Color #c981ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000001 11111111
Octal 311 201 377
Decimal 201 129 255
Hex C9 81 FF

RGB Percentages of Color #c981ff

%34.36
%22.05
%43.59

CMYK Percentages of Color #c981ff

%21
%49
%0
%0

Triadic Colors of #c981ff

#c981ff #ffc981 #81ffc9

Analogous Colors of #c981ff

#c981ff #ff81f6 #8a81ff

Monochromatic Colors of #c981ff

#c981ff

Complementary Color

#c981ff #b7ff81

#c981ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c981ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c981ff Color CSS Codes

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

#c981ff Text Font Color

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

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


#c981ff Background Color

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

This div background color is #c981ff


#c981ff Border Color

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

This div border color is #c981ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c981ff


Comments

No comments written yet.

Please login to write comment.