Color Hex Logo

#c582fe Color Hex

#C582FE
(197,130,254)
0 Favorites   0 Comments

Color spaces of #c582fe

RGB 197130254
HSL0.760.980.75
HSV272°49°100°
CMYK 0.220.490.00   0.00
XYZ48.898034.991397.9427
Yxy34.99130.26890.1924
Hunter Lab59.153444.0349-56.7614
CIE-Lab65.741948.3042-52.1294

#c582fe color RGB value is (197,130,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11111110
Octal 305 202 376
Decimal 197 130 254
Hex C5 82 FE

RGB Percentages of Color #c582fe

%33.91
%22.38
%43.72

CMYK Percentages of Color #c582fe

%22
%49
%0
%0

Triadic Colors of #c582fe

#c582fe #fec582 #82fec5

Analogous Colors of #c582fe

#c582fe #fe82f9 #8782fe

Monochromatic Colors of #c582fe

#c582fe

Complementary Color

#c582fe #bbfe82

#c582fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582fe Color CSS Codes

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

#c582fe Text Font Color

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

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


#c582fe Background Color

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

This div background color is #c582fe


#c582fe Border Color

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

This div border color is #c582fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582fe


Comments

No comments written yet.

Please login to write comment.