Color Hex Logo

#380fbe Color Hex

#380FBE
(56,15,190)
0 Favorites   0 Comments

Color spaces of #380fbe

RGB 5615190
HSL0.710.850.40
HSV254°92°75°
CMYK 0.710.920.00   0.25
XYZ11.09604.900149.0762
Yxy4.90010.17050.0753
Hunter Lab22.136250.7368-115.9514
CIE-Lab26.448261.4024-80.1574

#380fbe color RGB value is (56,15,190).

#380fbe hex color red value is 56, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #380fbe hue: 0.71 , saturation: 0.85 and the lightness value of 380fbe is 0.40.

The process color (four color CMYK) of #380fbe color hex is 0.71, 0.92, 0.00, 0.25. Web safe color of #380fbe is #3300cc. Color #380fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001111 10111110
Octal 70 17 276
Decimal 56 15 190
Hex 38 F BE

RGB Percentages of Color #380fbe

%21.46
%5.75
%72.80

CMYK Percentages of Color #380fbe

%71
%92
%0
%25

Triadic Colors of #380fbe

#380fbe #be380f #0fbe38

Analogous Colors of #380fbe

#380fbe #900fbe #0f3ebe

Monochromatic Colors of #380fbe

#380fbe

Complementary Color

#380fbe #95be0f

#380fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#380fbe Color CSS Codes

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

#380fbe Text Font Color

<p style="color:#380fbe">Text here</p>

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


#380fbe Background Color

<div style="background-color:#380fbe">
Div content here</div>

This div background color is #380fbe


#380fbe Border Color

<div style="border:3px solid #380fbe">
Div here</div>

This div border color is #380fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,15,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #380fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #380fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #380fbe;
  box-shadow:         1px 1px 3px 2px #380fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380fbe


Comments

No comments written yet.

Please login to write comment.