Color Hex Logo

#052acf Color Hex

#052ACF
(5,42,207)
0 Favorites   0 Comments

Color spaces of #052acf

RGB 542207
HSL0.640.950.42
HSV229°98°81°
CMYK 0.980.800.00   0.19
XYZ12.15306.193259.5864
Yxy6.19320.15590.0795
Hunter Lab24.886143.6187-124.5414
CIE-Lab29.894854.0721-84.4620

#052acf color RGB value is (5,42,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 11001111
Octal 5 52 317
Decimal 5 42 207
Hex 5 2A CF

RGB Percentages of Color #052acf

%1.97
%16.54
%81.50

CMYK Percentages of Color #052acf

%98
%80
%0
%19

Triadic Colors of #052acf

#052acf #cf052a #2acf05

Analogous Colors of #052acf

#052acf #4505cf #058fcf

Monochromatic Colors of #052acf

#052acf

Complementary Color

#052acf #cfaa05

#052acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#052acf Color CSS Codes

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

#052acf Text Font Color

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

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


#052acf Background Color

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

This div background color is #052acf


#052acf Border Color

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

This div border color is #052acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052acf


Comments

No comments written yet.

Please login to write comment.