Color Hex Logo

#384dcc Color Hex

#384DCC
(56,77,204)
0 Favorites   0 Comments

Color spaces of #384dcc

RGB 5677204
HSL0.640.590.51
HSV231°73°80°
CMYK 0.730.620.00   0.20
XYZ15.183810.508158.3547
Yxy10.50810.18070.1250
Hunter Lab32.416226.8813-84.0408
CIE-Lab38.739335.3552-68.0777

#384dcc color RGB value is (56,77,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001101 11001100
Octal 70 115 314
Decimal 56 77 204
Hex 38 4D CC

RGB Percentages of Color #384dcc

%16.62
%22.85
%60.53

CMYK Percentages of Color #384dcc

%73
%62
%0
%20

Triadic Colors of #384dcc

#384dcc #cc384d #4dcc38

Analogous Colors of #384dcc

#384dcc #6d38cc #3897cc

Monochromatic Colors of #384dcc

#384dcc

Complementary Color

#384dcc #ccb738

#384dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#384dcc Color CSS Codes

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

#384dcc Text Font Color

<p style="color:#384dcc">Text here</p>

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


#384dcc Background Color

<div style="background-color:#384dcc">
Div content here</div>

This div background color is #384dcc


#384dcc Border Color

<div style="border:3px solid #384dcc">
Div here</div>

This div border color is #384dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384dcc


Comments

No comments written yet.

Please login to write comment.