Color Hex Logo

#3858dc Color Hex

#3858DC
(56,88,220)
0 Favorites   0 Comments

Color spaces of #3858dc

RGB 5688220
HSL0.630.700.54
HSV228°75°86°
CMYK 0.750.600.00   0.14
XYZ18.038912.987569.2662
Yxy12.98750.17990.1295
Hunter Lab36.038226.2813-88.7300
CIE-Lab42.744434.1299-70.7252

#3858dc color RGB value is (56,88,220).

#3858dc hex color red value is 56, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3858dc hue: 0.63 , saturation: 0.70 and the lightness value of 3858dc is 0.54.

The process color (four color CMYK) of #3858dc color hex is 0.75, 0.60, 0.00, 0.14. Web safe color of #3858dc is #3366cc. Color #3858dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011000 11011100
Octal 70 130 334
Decimal 56 88 220
Hex 38 58 DC

RGB Percentages of Color #3858dc

%15.38
%24.18
%60.44

CMYK Percentages of Color #3858dc

%75
%60
%0
%14

Triadic Colors of #3858dc

#3858dc #dc3858 #58dc38

Analogous Colors of #3858dc

#3858dc #6a38dc #38aadc

Monochromatic Colors of #3858dc

#3858dc

Complementary Color

#3858dc #dcbc38

#3858dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3858dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3858dc Color CSS Codes

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

#3858dc Text Font Color

<p style="color:#3858dc">Text here</p>

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


#3858dc Background Color

<div style="background-color:#3858dc">
Div content here</div>

This div background color is #3858dc


#3858dc Border Color

<div style="border:3px solid #3858dc">
Div here</div>

This div border color is #3858dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,88,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3858dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3858dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3858dc;
  box-shadow:         1px 1px 3px 2px #3858dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3858dc


Comments

No comments written yet.

Please login to write comment.