Color Hex Logo

#531cce Color Hex

#531CCE
(83,28,206)
0 Favorites   0 Comments

Color spaces of #531cce

RGB 8328206
HSL0.720.760.46
HSV259°86°81°
CMYK 0.600.860.00   0.19
XYZ15.12317.125758.9708
Yxy7.12570.18620.0877
Hunter Lab26.694054.4121-112.2941
CIE-Lab32.091463.6482-80.1094

#531cce color RGB value is (83,28,206).

#531cce hex color red value is 83, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #531cce hue: 0.72 , saturation: 0.76 and the lightness value of 531cce is 0.46.

The process color (four color CMYK) of #531cce color hex is 0.60, 0.86, 0.00, 0.19. Web safe color of #531cce is #6633cc. Color #531cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011100 11001110
Octal 123 34 316
Decimal 83 28 206
Hex 53 1C CE

RGB Percentages of Color #531cce

%26.18
%8.83
%64.98

CMYK Percentages of Color #531cce

%60
%86
%0
%19

Triadic Colors of #531cce

#531cce #ce531c #1cce53

Analogous Colors of #531cce

#531cce #ac1cce #1c3ece

Monochromatic Colors of #531cce

#531cce

Complementary Color

#531cce #97ce1c

#531cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#531cce Color CSS Codes

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

#531cce Text Font Color

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

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


#531cce Background Color

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

This div background color is #531cce


#531cce Border Color

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

This div border color is #531cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,28,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531cce;
  -webkit-box-shadow: 1px 1px 3px 2px #531cce;
  box-shadow:         1px 1px 3px 2px #531cce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,28,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531cce


Comments

No comments written yet.

Please login to write comment.