Color Hex Logo

#5327eb Color Hex

#5327EB
(83,39,235)
0 Favorites   0 Comments

Color spaces of #5327eb

RGB 8339235
HSL0.700.830.54
HSV253°83°92°
CMYK 0.650.830.00   0.08
XYZ19.28829.288279.3735
Yxy9.28820.17870.0860
Hunter Lab30.476559.6363-133.0820
CIE-Lab36.533467.3874-89.4236

#5327eb color RGB value is (83,39,235).

#5327eb hex color red value is 83, green value is 39 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5327eb hue: 0.70 , saturation: 0.83 and the lightness value of 5327eb is 0.54.

The process color (four color CMYK) of #5327eb color hex is 0.65, 0.83, 0.00, 0.08. Web safe color of #5327eb is #6633ff. Color #5327eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100111 11101011
Octal 123 47 353
Decimal 83 39 235
Hex 53 27 EB

RGB Percentages of Color #5327eb

%23.25
%10.92
%65.83

CMYK Percentages of Color #5327eb

%65
%83
%0
%8

Triadic Colors of #5327eb

#5327eb #eb5327 #27eb53

Analogous Colors of #5327eb

#5327eb #b527eb #275deb

Monochromatic Colors of #5327eb

#5327eb

Complementary Color

#5327eb #bfeb27

#5327eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5327eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5327eb Color CSS Codes

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

#5327eb Text Font Color

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

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


#5327eb Background Color

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

This div background color is #5327eb


#5327eb Border Color

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

This div border color is #5327eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,39,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5327eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5327eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5327eb;
  box-shadow:         1px 1px 3px 2px #5327eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5327eb


Comments

No comments written yet.

Please login to write comment.