Color Hex Logo

#052ecd Color Hex

#052ECD
(5,46,205)
0 Favorites   0 Comments

Color spaces of #052ecd

RGB 546205
HSL0.630.950.41
HSV228°98°80°
CMYK 0.980.780.00   0.20
XYZ12.05906.394058.3562
Yxy6.39400.15700.0832
Hunter Lab25.286440.8751-119.1298
CIE-Lab30.385551.3057-82.4822

#052ecd color RGB value is (5,46,205).

#052ecd hex color red value is 5, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #052ecd hue: 0.63 , saturation: 0.95 and the lightness value of 052ecd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101110 11001101
Octal 5 56 315
Decimal 5 46 205
Hex 5 2E CD

RGB Percentages of Color #052ecd

%1.95
%17.97
%80.08

CMYK Percentages of Color #052ecd

%98
%78
%0
%20

Triadic Colors of #052ecd

#052ecd #cd052e #2ecd05

Analogous Colors of #052ecd

#052ecd #4005cd #0592cd

Monochromatic Colors of #052ecd

#052ecd

Complementary Color

#052ecd #cda405

#052ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#052ecd Color CSS Codes

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

#052ecd Text Font Color

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

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


#052ecd Background Color

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

This div background color is #052ecd


#052ecd Border Color

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

This div border color is #052ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,46,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052ecd


Comments

No comments written yet.

Please login to write comment.