Color Hex Logo

#c583fe Color Hex

#C583FE
(197,131,254)
0 Favorites   0 Comments

Color spaces of #c583fe

RGB 197131254
HSL0.760.980.75
HSV272°48°100°
CMYK 0.220.480.00   0.00
XYZ49.031735.258797.9873
Yxy35.25870.26900.1934
Hunter Lab59.379043.4814-56.2750
CIE-Lab65.949647.7738-51.8006

#c583fe color RGB value is (197,131,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000011 11111110
Octal 305 203 376
Decimal 197 131 254
Hex C5 83 FE

RGB Percentages of Color #c583fe

%33.85
%22.51
%43.64

CMYK Percentages of Color #c583fe

%22
%48
%0
%0

Triadic Colors of #c583fe

#c583fe #fec583 #83fec5

Analogous Colors of #c583fe

#c583fe #fe83fa #8883fe

Monochromatic Colors of #c583fe

#c583fe

Complementary Color

#c583fe #bcfe83

#c583fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c583fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c583fe Color CSS Codes

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

#c583fe Text Font Color

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

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


#c583fe Background Color

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

This div background color is #c583fe


#c583fe Border Color

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

This div border color is #c583fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c583fe


Comments

No comments written yet.

Please login to write comment.