Color Hex Logo

#380acf Color Hex

#380ACF
(56,10,207)
0 Favorites   0 Comments

Color spaces of #380acf

RGB 5610207
HSL0.710.910.43
HSV254°95°81°
CMYK 0.730.950.00   0.19
XYZ13.00195.562859.4199
Yxy5.56280.16670.0713
Hunter Lab23.585657.1259-132.8612
CIE-Lab28.281566.7592-87.0909

#380acf color RGB value is (56,10,207).

#380acf hex color red value is 56, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #380acf hue: 0.71 , saturation: 0.91 and the lightness value of 380acf is 0.43.

The process color (four color CMYK) of #380acf color hex is 0.73, 0.95, 0.00, 0.19. Web safe color of #380acf is #3300cc. Color #380acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001010 11001111
Octal 70 12 317
Decimal 56 10 207
Hex 38 A CF

RGB Percentages of Color #380acf

%20.51
%3.66
%75.82

CMYK Percentages of Color #380acf

%73
%95
%0
%19

Triadic Colors of #380acf

#380acf #cf380a #0acf38

Analogous Colors of #380acf

#380acf #9b0acf #0a3ecf

Monochromatic Colors of #380acf

#380acf

Complementary Color

#380acf #a1cf0a

#380acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#380acf Color CSS Codes

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

#380acf Text Font Color

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

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


#380acf Background Color

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

This div background color is #380acf


#380acf Border Color

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

This div border color is #380acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380acf


Comments

No comments written yet.

Please login to write comment.