Color Hex Logo

#383feb Color Hex

#383FEB
(56,63,235)
0 Favorites   0 Comments

Color spaces of #383feb

RGB 5663235
HSL0.660.820.57
HSV238°76°92°
CMYK 0.760.730.00   0.08
XYZ18.403810.393979.6335
Yxy10.39390.16970.0959
Hunter Lab32.239645.4766-123.8818
CIE-Lab38.540354.1756-86.1597

#383feb color RGB value is (56,63,235).

#383feb hex color red value is 56, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #383feb hue: 0.66 , saturation: 0.82 and the lightness value of 383feb is 0.57.

The process color (four color CMYK) of #383feb color hex is 0.76, 0.73, 0.00, 0.08. Web safe color of #383feb is #3333ff. Color #383feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 11101011
Octal 70 77 353
Decimal 56 63 235
Hex 38 3F EB

RGB Percentages of Color #383feb

%15.82
%17.80
%66.38

CMYK Percentages of Color #383feb

%76
%73
%0
%8

Triadic Colors of #383feb

#383feb #eb383f #3feb38

Analogous Colors of #383feb

#383feb #8b38eb #3899eb

Monochromatic Colors of #383feb

#383feb

Complementary Color

#383feb #ebe438

#383feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#383feb Color CSS Codes

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

#383feb Text Font Color

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

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


#383feb Background Color

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

This div background color is #383feb


#383feb Border Color

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

This div border color is #383feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383feb


Comments

No comments written yet.

Please login to write comment.