Color Hex Logo

#3890de Color Hex

#3890DE
(56,144,222)
0 Favorites   0 Comments

Color spaces of #3890de

RGB 56144222
HSL0.580.720.55
HSV208°75°87°
CMYK 0.750.350.00   0.13
XYZ24.789026.061272.8310
Yxy26.06120.20040.2107
Hunter Lab51.0502-2.6616-48.8513
CIE-Lab58.09510.0800-47.1601

#3890de color RGB value is (56,144,222).

#3890de hex color red value is 56, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3890de hue: 0.58 , saturation: 0.72 and the lightness value of 3890de is 0.55.

The process color (four color CMYK) of #3890de color hex is 0.75, 0.35, 0.00, 0.13. Web safe color of #3890de is #3399cc. Color #3890de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010000 11011110
Octal 70 220 336
Decimal 56 144 222
Hex 38 90 DE

RGB Percentages of Color #3890de

%13.27
%34.12
%52.61

CMYK Percentages of Color #3890de

%75
%35
%0
%13

Triadic Colors of #3890de

#3890de #de3890 #90de38

Analogous Colors of #3890de

#3890de #383dde #38ded9

Monochromatic Colors of #3890de

#3890de

Complementary Color

#3890de #de8638

#3890de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3890de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3890de Color CSS Codes

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

#3890de Text Font Color

<p style="color:#3890de">Text here</p>

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


#3890de Background Color

<div style="background-color:#3890de">
Div content here</div>

This div background color is #3890de


#3890de Border Color

<div style="border:3px solid #3890de">
Div here</div>

This div border color is #3890de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,144,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3890de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3890de;
  -webkit-box-shadow: 1px 1px 3px 2px #3890de;
  box-shadow:         1px 1px 3px 2px #3890de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,144,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3890de


Comments

No comments written yet.

Please login to write comment.