Color Hex Logo

#3898dd Color Hex

#3898DD
(56,152,221)
0 Favorites   0 Comments

Color spaces of #3898dd

RGB 56152221
HSL0.570.710.54
HSV205°75°87°
CMYK 0.750.310.00   0.13
XYZ25.910328.517772.5455
Yxy28.51770.20410.2246
Hunter Lab53.4020-6.8464-43.1629
CIE-Lab60.3536-4.9091-43.0373

#3898dd color RGB value is (56,152,221).

#3898dd hex color red value is 56, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3898dd hue: 0.57 , saturation: 0.71 and the lightness value of 3898dd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011000 11011101
Octal 70 230 335
Decimal 56 152 221
Hex 38 98 DD

RGB Percentages of Color #3898dd

%13.05
%35.43
%51.52

CMYK Percentages of Color #3898dd

%75
%31
%0
%13

Triadic Colors of #3898dd

#3898dd #dd3898 #98dd38

Analogous Colors of #3898dd

#3898dd #3846dd #38ddd0

Monochromatic Colors of #3898dd

#3898dd

Complementary Color

#3898dd #dd7d38

#3898dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3898dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3898dd Color CSS Codes

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

#3898dd Text Font Color

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

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


#3898dd Background Color

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

This div background color is #3898dd


#3898dd Border Color

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

This div border color is #3898dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3898dd


Comments

No comments written yet.

Please login to write comment.