Color Hex Logo

#380dfe Color Hex

#380DFE
(56,13,254)
0 Favorites   0 Comments

Color spaces of #380dfe

RGB 5613254
HSL0.700.990.52
HSV251°95°100°
CMYK 0.780.950.00   0.00
XYZ19.66428.284494.3286
Yxy8.28440.16080.0678
Hunter Lab28.782671.5810-174.1618
CIE-Lab34.568377.7545-103.4725

#380dfe color RGB value is (56,13,254).

#380dfe hex color red value is 56, green value is 13 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #380dfe hue: 0.70 , saturation: 0.99 and the lightness value of 380dfe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001101 11111110
Octal 70 15 376
Decimal 56 13 254
Hex 38 D FE

RGB Percentages of Color #380dfe

%17.34
%4.02
%78.64

CMYK Percentages of Color #380dfe

%78
%95
%0
%0

Triadic Colors of #380dfe

#380dfe #fe380d #0dfe38

Analogous Colors of #380dfe

#380dfe #b10dfe #0d5bfe

Monochromatic Colors of #380dfe

#380dfe

Complementary Color

#380dfe #d3fe0d

#380dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#380dfe Color CSS Codes

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

#380dfe Text Font Color

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

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


#380dfe Background Color

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

This div background color is #380dfe


#380dfe Border Color

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

This div border color is #380dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,13,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 #380dfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380dfe


Comments

No comments written yet.

Please login to write comment.