Color Hex Logo

#c881fd Color Hex

#C881FD
(200,129,253)
0 Favorites   0 Comments

Color spaces of #c881fd

RGB 200129253
HSL0.760.970.75
HSV274°49°99°
CMYK 0.210.490.00   0.01
XYZ49.399335.071797.0944
Yxy35.07170.27210.1932
Hunter Lab59.221445.2578-55.7520
CIE-Lab65.804449.3990-51.4626

#c881fd color RGB value is (200,129,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 11111101
Octal 310 201 375
Decimal 200 129 253
Hex C8 81 FD

RGB Percentages of Color #c881fd

%34.36
%22.16
%43.47

CMYK Percentages of Color #c881fd

%21
%49
%0
%1

Triadic Colors of #c881fd

#c881fd #fdc881 #81fdc8

Analogous Colors of #c881fd

#c881fd #fd81f4 #8a81fd

Monochromatic Colors of #c881fd

#c881fd

Complementary Color

#c881fd #b6fd81

#c881fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881fd Color CSS Codes

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

#c881fd Text Font Color

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

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


#c881fd Background Color

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

This div background color is #c881fd


#c881fd Border Color

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

This div border color is #c881fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881fd


Comments

No comments written yet.

Please login to write comment.