Color Hex Logo

#383bfe Color Hex

#383BFE
(56,59,254)
0 Favorites   0 Comments

Color spaces of #383bfe

RGB 5659254
HSL0.660.990.61
HSV239°78°100°
CMYK 0.780.770.00   0.00
XYZ21.084211.124494.8019
Yxy11.12440.16600.0876
Hunter Lab33.353354.4702-145.1761
CIE-Lab39.789262.2041-94.7893

#383bfe color RGB value is (56,59,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 11111110
Octal 70 73 376
Decimal 56 59 254
Hex 38 3B FE

RGB Percentages of Color #383bfe

%15.18
%15.99
%68.83

CMYK Percentages of Color #383bfe

%78
%77
%0
%0

Triadic Colors of #383bfe

#383bfe #fe383b #3bfe38

Analogous Colors of #383bfe

#383bfe #9838fe #389efe

Monochromatic Colors of #383bfe

#383bfe

Complementary Color

#383bfe #fefb38

#383bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#383bfe Color CSS Codes

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

#383bfe Text Font Color

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

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


#383bfe Background Color

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

This div background color is #383bfe


#383bfe Border Color

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

This div border color is #383bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383bfe

#383bfe Color Palettes


Comments

No comments written yet.

Please login to write comment.