Color Hex Logo

#5869dd Color Hex

#5869DD
(88,105,221)
0 Favorites   0 Comments

Color spaces of #5869dd

RGB 88105221
HSL0.650.660.61
HSV232°60°87°
CMYK 0.600.520.00   0.13
XYZ22.127217.398370.5986
Yxy17.39830.20090.1580
Hunter Lab41.711321.6968-71.1537
CIE-Lab48.758028.4562-61.4529

#5869dd color RGB value is (88,105,221).

#5869dd hex color red value is 88, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5869dd hue: 0.65 , saturation: 0.66 and the lightness value of 5869dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101001 11011101
Octal 130 151 335
Decimal 88 105 221
Hex 58 69 DD

RGB Percentages of Color #5869dd

%21.26
%25.36
%53.38

CMYK Percentages of Color #5869dd

%60
%52
%0
%13

Triadic Colors of #5869dd

#5869dd #dd5869 #69dd58

Analogous Colors of #5869dd

#5869dd #8a58dd #58acdd

Monochromatic Colors of #5869dd

#5869dd

Complementary Color

#5869dd #ddcc58

#5869dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5869dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5869dd Color CSS Codes

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

#5869dd Text Font Color

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

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


#5869dd Background Color

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

This div background color is #5869dd


#5869dd Border Color

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

This div border color is #5869dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5869dd


Comments

No comments written yet.

Please login to write comment.