Color Hex Logo

#383bff Color Hex

#383BFF
(56,59,255)
0 Favorites   0 Comments

Color spaces of #383bff

RGB 5659255
HSL0.661.000.61
HSV239°78°100°
CMYK 0.780.770.00   0.00
XYZ21.244911.188795.6476
Yxy11.18870.16590.0874
Hunter Lab33.449554.8346-146.1228
CIE-Lab39.896562.5087-95.1705

#383bff color RGB value is (56,59,255).

#383bff hex color red value is 56, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #383bff hue: 0.66 , saturation: 1.00 and the lightness value of 383bff is 0.61.

The process color (four color CMYK) of #383bff color hex is 0.78, 0.77, 0.00, 0.00. Web safe color of #383bff is #3333ff. Color #383bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 11111111
Octal 70 73 377
Decimal 56 59 255
Hex 38 3B FF

RGB Percentages of Color #383bff

%15.14
%15.95
%68.92

CMYK Percentages of Color #383bff

%78
%77
%0
%0

Triadic Colors of #383bff

#383bff #ff383b #3bff38

Analogous Colors of #383bff

#383bff #9938ff #389fff

Monochromatic Colors of #383bff

#383bff

Complementary Color

#383bff #fffc38

#383bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#383bff Color CSS Codes

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

#383bff Text Font Color

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

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


#383bff Background Color

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

This div background color is #383bff


#383bff Border Color

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

This div border color is #383bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383bff

Related Colors


Comments

No comments written yet.

Please login to write comment.