Color Hex Logo

#5739dd Color Hex

#5739DD
(87,57,221)
0 Favorites   0 Comments

Color spaces of #5739dd

RGB 8757221
HSL0.700.710.55
HSV251°74°87°
CMYK 0.610.740.00   0.13
XYZ18.444810.172969.3980
Yxy10.17290.18820.1038
Hunter Lab31.895047.4099-106.6784
CIE-Lab38.151056.0684-78.7540

#5739dd color RGB value is (87,57,221).

#5739dd hex color red value is 87, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5739dd hue: 0.70 , saturation: 0.71 and the lightness value of 5739dd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 11011101
Octal 127 71 335
Decimal 87 57 221
Hex 57 39 DD

RGB Percentages of Color #5739dd

%23.84
%15.62
%60.55

CMYK Percentages of Color #5739dd

%61
%74
%0
%13

Triadic Colors of #5739dd

#5739dd #dd5739 #39dd57

Analogous Colors of #5739dd

#5739dd #a939dd #396ddd

Monochromatic Colors of #5739dd

#5739dd

Complementary Color

#5739dd #bfdd39

#5739dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5739dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5739dd Color CSS Codes

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

#5739dd Text Font Color

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

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


#5739dd Background Color

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

This div background color is #5739dd


#5739dd Border Color

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

This div border color is #5739dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,57,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 #5739dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5739dd


Comments

No comments written yet.

Please login to write comment.