Color Hex Logo

#384adb Color Hex

#384ADB
(56,74,219)
0 Favorites   0 Comments

Color spaces of #384adb

RGB 5674219
HSL0.650.690.54
HSV233°74°86°
CMYK 0.740.660.00   0.14
XYZ16.865810.852868.2237
Yxy10.85280.17580.1131
Hunter Lab32.943633.7336-99.7246
CIE-Lab39.331442.4722-75.7424

#384adb color RGB value is (56,74,219).

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

The process color (four color CMYK) of #384adb color hex is 0.74, 0.66, 0.00, 0.14. Web safe color of #384adb is #3333cc. Color #384adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 11011011
Octal 70 112 333
Decimal 56 74 219
Hex 38 4A DB

RGB Percentages of Color #384adb

%16.05
%21.20
%62.75

CMYK Percentages of Color #384adb

%74
%66
%0
%14

Triadic Colors of #384adb

#384adb #db384a #4adb38

Analogous Colors of #384adb

#384adb #7838db #389cdb

Monochromatic Colors of #384adb

#384adb

Complementary Color

#384adb #dbc938

#384adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#384adb Color CSS Codes

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

#384adb Text Font Color

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

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


#384adb Background Color

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

This div background color is #384adb


#384adb Border Color

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

This div border color is #384adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384adb


Comments

No comments written yet.

Please login to write comment.