Color Hex Logo

#c531df Color Hex

#C531DF
(197,49,223)
0 Favorites   0 Comments

Color spaces of #c531df

RGB 19749223
HSL0.810.730.53
HSV291°78°87°
CMYK 0.120.780.00   0.13
XYZ37.443619.394771.5821
Yxy19.39470.29160.1510
Hunter Lab44.039474.6970-65.5430
CIE-Lab51.145877.1141-58.1361

#c531df color RGB value is (197,49,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 11011111
Octal 305 61 337
Decimal 197 49 223
Hex C5 31 DF

RGB Percentages of Color #c531df

%42.00
%10.45
%47.55

CMYK Percentages of Color #c531df

%12
%78
%0
%13

Triadic Colors of #c531df

#c531df #dfc531 #31dfc5

Analogous Colors of #c531df

#c531df #df31a2 #6e31df

Monochromatic Colors of #c531df

#c531df

Complementary Color

#c531df #4bdf31

#c531df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c531df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c531df Color CSS Codes

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

#c531df Text Font Color

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

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


#c531df Background Color

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

This div background color is #c531df


#c531df Border Color

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

This div border color is #c531df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c531df


Comments

No comments written yet.

Please login to write comment.