Color Hex Logo

#050acf Color Hex

#050ACF
(5,10,207)
0 Favorites   0 Comments

Color spaces of #050acf

RGB 510207
HSL0.660.950.42
HSV239°98°81°
CMYK 0.980.950.00   0.19
XYZ11.43364.754359.3465
Yxy4.75430.15140.0629
Hunter Lab21.804455.4428-146.1108
CIE-Lab26.023065.6890-90.9176

#050acf color RGB value is (5,10,207).

#050acf hex color red value is 5, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #050acf hue: 0.66 , saturation: 0.95 and the lightness value of 050acf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001010 11001111
Octal 5 12 317
Decimal 5 10 207
Hex 5 A CF

RGB Percentages of Color #050acf

%2.25
%4.50
%93.24

CMYK Percentages of Color #050acf

%98
%95
%0
%19

Triadic Colors of #050acf

#050acf #cf050a #0acf05

Analogous Colors of #050acf

#050acf #6505cf #056fcf

Monochromatic Colors of #050acf

#050acf

Complementary Color

#050acf #cfca05

#050acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#050acf Color CSS Codes

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

#050acf Text Font Color

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

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


#050acf Background Color

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

This div background color is #050acf


#050acf Border Color

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

This div border color is #050acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,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 #050acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050acf


Comments

No comments written yet.

Please login to write comment.