Color Hex Logo

#380fbf Color Hex

#380FBF
(56,15,191)
0 Favorites   0 Comments

Color spaces of #380fbf

RGB 5615191
HSL0.710.850.40
HSV254°92°75°
CMYK 0.710.920.00   0.25
XYZ11.20574.944049.6539
Yxy4.94400.17030.0751
Hunter Lab22.235151.0462-116.8377
CIE-Lab26.574661.6603-80.5389

#380fbf color RGB value is (56,15,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001111 10111111
Octal 70 17 277
Decimal 56 15 191
Hex 38 F BF

RGB Percentages of Color #380fbf

%21.37
%5.73
%72.90

CMYK Percentages of Color #380fbf

%71
%92
%0
%25

Triadic Colors of #380fbf

#380fbf #bf380f #0fbf38

Analogous Colors of #380fbf

#380fbf #900fbf #0f3ebf

Monochromatic Colors of #380fbf

#380fbf

Complementary Color

#380fbf #96bf0f

#380fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#380fbf Color CSS Codes

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

#380fbf Text Font Color

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

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


#380fbf Background Color

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

This div background color is #380fbf


#380fbf Border Color

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

This div border color is #380fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380fbf


Comments

No comments written yet.

Please login to write comment.