Color Hex Logo

#5256ce Color Hex

#5256CE
(82,86,206)
0 Favorites   0 Comments

Color spaces of #5256ce

RGB 8286206
HSL0.660.560.56
HSV238°60°81°
CMYK 0.600.580.00   0.19
XYZ17.948012.905659.9376
Yxy12.90560.19770.1421
Hunter Lab35.924426.3119-73.7747
CIE-Lab42.620734.1798-62.8415

#5256ce color RGB value is (82,86,206).

#5256ce hex color red value is 82, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5256ce hue: 0.66 , saturation: 0.56 and the lightness value of 5256ce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010110 11001110
Octal 122 126 316
Decimal 82 86 206
Hex 52 56 CE

RGB Percentages of Color #5256ce

%21.93
%22.99
%55.08

CMYK Percentages of Color #5256ce

%60
%58
%0
%19

Triadic Colors of #5256ce

#5256ce #ce5256 #56ce52

Analogous Colors of #5256ce

#5256ce #8c52ce #5294ce

Monochromatic Colors of #5256ce

#5256ce

Complementary Color

#5256ce #ceca52

#5256ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5256ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5256ce Color CSS Codes

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

#5256ce Text Font Color

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

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


#5256ce Background Color

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

This div background color is #5256ce


#5256ce Border Color

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

This div border color is #5256ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5256ce


Comments

No comments written yet.

Please login to write comment.