Color Hex Logo

#5306ce Color Hex

#5306CE
(83,6,206)
0 Favorites   0 Comments

Color spaces of #5306ce

RGB 836206
HSL0.730.940.42
HSV263°97°81°
CMYK 0.600.970.00   0.19
XYZ14.77306.425558.8541
Yxy6.42550.18450.0803
Hunter Lab25.348659.6688-119.9150
CIE-Lab30.461568.5662-82.8118

#5306ce color RGB value is (83,6,206).

#5306ce hex color red value is 83, green value is 6 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5306ce hue: 0.73 , saturation: 0.94 and the lightness value of 5306ce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000110 11001110
Octal 123 6 316
Decimal 83 6 206
Hex 53 6 CE

RGB Percentages of Color #5306ce

%28.14
%2.03
%69.83

CMYK Percentages of Color #5306ce

%60
%97
%0
%19

Triadic Colors of #5306ce

#5306ce #ce5306 #06ce53

Analogous Colors of #5306ce

#5306ce #b706ce #061dce

Monochromatic Colors of #5306ce

#5306ce

Complementary Color

#5306ce #81ce06

#5306ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5306ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5306ce Color CSS Codes

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

#5306ce Text Font Color

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

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


#5306ce Background Color

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

This div background color is #5306ce


#5306ce Border Color

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

This div border color is #5306ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5306ce


Comments

No comments written yet.

Please login to write comment.