Color Hex Logo

#380fdf Color Hex

#380FDF
(56,15,223)
0 Favorites   0 Comments

Color spaces of #380fdf

RGB 5615223
HSL0.700.870.47
HSV252°93°87°
CMYK 0.750.930.00   0.13
XYZ15.12106.510170.2716
Yxy6.51010.16450.0708
Hunter Lab25.514961.1341-145.4325
CIE-Lab30.664669.7857-92.3808

#380fdf color RGB value is (56,15,223).

#380fdf hex color red value is 56, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #380fdf hue: 0.70 , saturation: 0.87 and the lightness value of 380fdf is 0.47.

The process color (four color CMYK) of #380fdf color hex is 0.75, 0.93, 0.00, 0.13. Web safe color of #380fdf is #3300cc. Color #380fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001111 11011111
Octal 70 17 337
Decimal 56 15 223
Hex 38 F DF

RGB Percentages of Color #380fdf

%19.05
%5.10
%75.85

CMYK Percentages of Color #380fdf

%75
%93
%0
%13

Triadic Colors of #380fdf

#380fdf #df380f #0fdf38

Analogous Colors of #380fdf

#380fdf #a00fdf #0f4edf

Monochromatic Colors of #380fdf

#380fdf

Complementary Color

#380fdf #b6df0f

#380fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#380fdf Color CSS Codes

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

#380fdf Text Font Color

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

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


#380fdf Background Color

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

This div background color is #380fdf


#380fdf Border Color

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

This div border color is #380fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380fdf


Comments

No comments written yet.

Please login to write comment.