Color Hex Logo

#c531de Color Hex

#C531DE
(197,49,222)
0 Favorites   0 Comments

Color spaces of #c531de

RGB 19749222
HSL0.810.720.53
HSV291°78°87°
CMYK 0.110.780.00   0.13
XYZ37.309119.340970.8740
Yxy19.34090.29260.1517
Hunter Lab43.978374.4689-64.7651
CIE-Lab51.083776.9426-57.6679

#c531de color RGB value is (197,49,222).

#c531de hex color red value is 197, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c531de hue: 0.81 , saturation: 0.72 and the lightness value of c531de is 0.53.

The process color (four color CMYK) of #c531de color hex is 0.11, 0.78, 0.00, 0.13. Web safe color of #c531de is #cc33cc. Color #c531de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 11011110
Octal 305 61 336
Decimal 197 49 222
Hex C5 31 DE

RGB Percentages of Color #c531de

%42.09
%10.47
%47.44

CMYK Percentages of Color #c531de

%11
%78
%0
%13

Triadic Colors of #c531de

#c531de #dec531 #31dec5

Analogous Colors of #c531de

#c531de #de31a1 #6f31de

Monochromatic Colors of #c531de

#c531de

Complementary Color

#c531de #4ade31

#c531de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c531de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c531de Color CSS Codes

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

#c531de Text Font Color

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

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


#c531de Background Color

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

This div background color is #c531de


#c531de Border Color

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

This div border color is #c531de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c531de


Comments

No comments written yet.

Please login to write comment.