Color Hex Logo

#3858cc Color Hex

#3858CC
(56,88,204)
0 Favorites   0 Comments

Color spaces of #3858cc

RGB 5688204
HSL0.630.590.51
HSV227°73°80°
CMYK 0.730.570.00   0.20
XYZ16.019712.179858.6334
Yxy12.17980.18450.1403
Hunter Lab34.899620.8613-75.1811
CIE-Lab41.500528.3436-63.5753

#3858cc color RGB value is (56,88,204).

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

The process color (four color CMYK) of #3858cc color hex is 0.73, 0.57, 0.00, 0.20. Web safe color of #3858cc is #3366cc. Color #3858cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011000 11001100
Octal 70 130 314
Decimal 56 88 204
Hex 38 58 CC

RGB Percentages of Color #3858cc

%16.09
%25.29
%58.62

CMYK Percentages of Color #3858cc

%73
%57
%0
%20

Triadic Colors of #3858cc

#3858cc #cc3858 #58cc38

Analogous Colors of #3858cc

#3858cc #6238cc #38a2cc

Monochromatic Colors of #3858cc

#3858cc

Complementary Color

#3858cc #ccac38

#3858cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3858cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3858cc Color CSS Codes

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

#3858cc Text Font Color

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

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


#3858cc Background Color

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

This div background color is #3858cc


#3858cc Border Color

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

This div border color is #3858cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3858cc


Comments

No comments written yet.

Please login to write comment.