Color Hex Logo

#380dfc Color Hex

#380DFC
(56,13,252)
0 Favorites   0 Comments

Color spaces of #380dfc

RGB 5613252
HSL0.700.980.52
HSV251°95°99°
CMYK 0.780.950.00   0.01
XYZ19.34558.156992.6503
Yxy8.15690.16100.0679
Hunter Lab28.560370.9277-172.3461
CIE-Lab34.307577.2722-102.7846

#380dfc color RGB value is (56,13,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001101 11111100
Octal 70 15 374
Decimal 56 13 252
Hex 38 D FC

RGB Percentages of Color #380dfc

%17.45
%4.05
%78.50

CMYK Percentages of Color #380dfc

%78
%95
%0
%1

Triadic Colors of #380dfc

#380dfc #fc380d #0dfc38

Analogous Colors of #380dfc

#380dfc #b00dfc #0d5afc

Monochromatic Colors of #380dfc

#380dfc

Complementary Color

#380dfc #d1fc0d

#380dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#380dfc Color CSS Codes

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

#380dfc Text Font Color

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

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


#380dfc Background Color

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

This div background color is #380dfc


#380dfc Border Color

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

This div border color is #380dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380dfc


Comments

No comments written yet.

Please login to write comment.