Color Hex Logo

#5325ce Color Hex

#5325CE
(83,37,206)
0 Favorites   0 Comments

Color spaces of #5325ce

RGB 8337206
HSL0.710.700.48
HSV256°82°81°
CMYK 0.600.820.00   0.19
XYZ15.36947.618459.0530
Yxy7.61840.18730.0929
Hunter Lab27.601451.0922-107.5293
CIE-Lab33.175260.4395-78.3165

#5325ce color RGB value is (83,37,206).

#5325ce hex color red value is 83, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5325ce hue: 0.71 , saturation: 0.70 and the lightness value of 5325ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 11001110
Octal 123 45 316
Decimal 83 37 206
Hex 53 25 CE

RGB Percentages of Color #5325ce

%25.46
%11.35
%63.19

CMYK Percentages of Color #5325ce

%60
%82
%0
%19

Triadic Colors of #5325ce

#5325ce #ce5325 #25ce53

Analogous Colors of #5325ce

#5325ce #a825ce #254bce

Monochromatic Colors of #5325ce

#5325ce

Complementary Color

#5325ce #a0ce25

#5325ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5325ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5325ce Color CSS Codes

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

#5325ce Text Font Color

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

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


#5325ce Background Color

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

This div background color is #5325ce


#5325ce Border Color

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

This div border color is #5325ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,37,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 #5325ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5325ce


Comments

No comments written yet.

Please login to write comment.