Color Hex Logo

#5256dd Color Hex

#5256DD
(82,86,221)
0 Favorites   0 Comments

Color spaces of #5256dd

RGB 8286221
HSL0.660.670.59
HSV238°63°87°
CMYK 0.630.610.00   0.13
XYZ19.858613.669969.9985
Yxy13.66990.19180.1320
Hunter Lab36.972831.1723-86.3693
CIE-Lab43.755839.1247-69.5856

#5256dd color RGB value is (82,86,221).

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

The process color (four color CMYK) of #5256dd color hex is 0.63, 0.61, 0.00, 0.13. Web safe color of #5256dd is #6666cc. Color #5256dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010110 11011101
Octal 122 126 335
Decimal 82 86 221
Hex 52 56 DD

RGB Percentages of Color #5256dd

%21.08
%22.11
%56.81

CMYK Percentages of Color #5256dd

%63
%61
%0
%13

Triadic Colors of #5256dd

#5256dd #dd5256 #56dd52

Analogous Colors of #5256dd

#5256dd #9452dd #529cdd

Monochromatic Colors of #5256dd

#5256dd

Complementary Color

#5256dd #ddd952

#5256dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5256dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5256dd Color CSS Codes

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

#5256dd Text Font Color

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

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


#5256dd Background Color

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

This div background color is #5256dd


#5256dd Border Color

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

This div border color is #5256dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,86,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5256dd


Comments

No comments written yet.

Please login to write comment.