Color Hex Logo

#c882fa Color Hex

#C882FA
(200,130,250)
0 Favorites   0 Comments

Color spaces of #c882fa

RGB 200130250
HSL0.760.920.75
HSV275°48°98°
CMYK 0.200.480.00   0.02
XYZ49.057435.146894.6409
Yxy35.14680.27430.1965
Hunter Lab59.284743.9583-53.1500
CIE-Lab65.862848.2179-49.7266

#c882fa color RGB value is (200,130,250).

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

The process color (four color CMYK) of #c882fa color hex is 0.20, 0.48, 0.00, 0.02. Web safe color of #c882fa is #cc99ff. Color #c882fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 11111010
Octal 310 202 372
Decimal 200 130 250
Hex C8 82 FA

RGB Percentages of Color #c882fa

%34.48
%22.41
%43.10

CMYK Percentages of Color #c882fa

%20
%48
%0
%2

Triadic Colors of #c882fa

#c882fa #fac882 #82fac8

Analogous Colors of #c882fa

#c882fa #fa82f0 #8c82fa

Monochromatic Colors of #c882fa

#c882fa

Complementary Color

#c882fa #b4fa82

#c882fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c882fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c882fa Color CSS Codes

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

#c882fa Text Font Color

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

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


#c882fa Background Color

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

This div background color is #c882fa


#c882fa Border Color

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

This div border color is #c882fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c882fa


Comments

No comments written yet.

Please login to write comment.