Color Hex Logo

#c882fd Color Hex

#C882FD
(200,130,253)
0 Favorites   0 Comments

Color spaces of #c882fd

RGB 200130253
HSL0.760.970.75
HSV274°49°99°
CMYK 0.210.490.00   0.01
XYZ49.531735.336597.1385
Yxy35.33650.27210.1941
Hunter Lab59.444544.7059-55.2749
CIE-Lab66.009848.8726-51.1376

#c882fd color RGB value is (200,130,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 11111101
Octal 310 202 375
Decimal 200 130 253
Hex C8 82 FD

RGB Percentages of Color #c882fd

%34.31
%22.30
%43.40

CMYK Percentages of Color #c882fd

%21
%49
%0
%1

Triadic Colors of #c882fd

#c882fd #fdc882 #82fdc8

Analogous Colors of #c882fd

#c882fd #fd82f5 #8b82fd

Monochromatic Colors of #c882fd

#c882fd

Complementary Color

#c882fd #b7fd82

#c882fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c882fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c882fd Color CSS Codes

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

#c882fd Text Font Color

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

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


#c882fd Background Color

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

This div background color is #c882fd


#c882fd Border Color

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

This div border color is #c882fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c882fd


Comments

No comments written yet.

Please login to write comment.