Color Hex Logo

#383edb Color Hex

#383EDB
(56,62,219)
0 Favorites   0 Comments

Color spaces of #383edb

RGB 5662219
HSL0.660.690.54
HSV238°74°86°
CMYK 0.740.720.00   0.14
XYZ16.13979.400567.9817
Yxy9.40050.17260.1005
Hunter Lab30.660240.3079-109.9992
CIE-Lab36.744249.5325-80.0005

#383edb color RGB value is (56,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111110 11011011
Octal 70 76 333
Decimal 56 62 219
Hex 38 3E DB

RGB Percentages of Color #383edb

%16.62
%18.40
%64.99

CMYK Percentages of Color #383edb

%74
%72
%0
%14

Triadic Colors of #383edb

#383edb #db383e #3edb38

Analogous Colors of #383edb

#383edb #8438db #3890db

Monochromatic Colors of #383edb

#383edb

Complementary Color

#383edb #dbd538

#383edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#383edb Color CSS Codes

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

#383edb Text Font Color

<p style="color:#383edb">Text here</p>

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


#383edb Background Color

<div style="background-color:#383edb">
Div content here</div>

This div background color is #383edb


#383edb Border Color

<div style="border:3px solid #383edb">
Div here</div>

This div border color is #383edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383edb


Comments

No comments written yet.

Please login to write comment.