Color Hex Logo

#380af9 Color Hex

#380AF9
(56,10,249)
0 Favorites   0 Comments

Color spaces of #380af9

RGB 5610249
HSL0.700.950.51
HSV252°96°98°
CMYK 0.780.960.00   0.02
XYZ18.83837.897490.1540
Yxy7.89740.16120.0676
Hunter Lab28.102370.4779-170.5345
CIE-Lab33.768377.0034-101.9967

#380af9 color RGB value is (56,10,249).

#380af9 hex color red value is 56, green value is 10 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #380af9 hue: 0.70 , saturation: 0.95 and the lightness value of 380af9 is 0.51.

The process color (four color CMYK) of #380af9 color hex is 0.78, 0.96, 0.00, 0.02. Web safe color of #380af9 is #3300ff. Color #380af9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001010 11111001
Octal 70 12 371
Decimal 56 10 249
Hex 38 A F9

RGB Percentages of Color #380af9

%17.78
%3.17
%79.05

CMYK Percentages of Color #380af9

%78
%96
%0
%2

Triadic Colors of #380af9

#380af9 #f9380a #0af938

Analogous Colors of #380af9

#380af9 #b00af9 #0a54f9

Monochromatic Colors of #380af9

#380af9

Complementary Color

#380af9 #cbf90a

#380af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380af9 Color CSS Codes

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

#380af9 Text Font Color

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

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


#380af9 Background Color

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

This div background color is #380af9


#380af9 Border Color

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

This div border color is #380af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380af9


Comments

No comments written yet.

Please login to write comment.