Color Hex Logo

#384acc Color Hex

#384ACC
(56,74,204)
0 Favorites   0 Comments

Color spaces of #384acc

RGB 5674204
HSL0.650.590.51
HSV233°73°80°
CMYK 0.730.640.00   0.20
XYZ14.978710.097958.2864
Yxy10.09790.17970.1211
Hunter Lab31.777228.5288-86.5069
CIE-Lab38.017637.2391-69.2587

#384acc color RGB value is (56,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 11001100
Octal 70 112 314
Decimal 56 74 204
Hex 38 4A CC

RGB Percentages of Color #384acc

%16.77
%22.16
%61.08

CMYK Percentages of Color #384acc

%73
%64
%0
%20

Triadic Colors of #384acc

#384acc #cc384a #4acc38

Analogous Colors of #384acc

#384acc #7038cc #3894cc

Monochromatic Colors of #384acc

#384acc

Complementary Color

#384acc #ccba38

#384acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#384acc Color CSS Codes

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

#384acc Text Font Color

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

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


#384acc Background Color

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

This div background color is #384acc


#384acc Border Color

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

This div border color is #384acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384acc


Comments

No comments written yet.

Please login to write comment.