color codes Logo

#052dbc color codes

#052DBC
(5,45,188)
0 Favorites   0 Comments

Color spaces of #052dbc

RGB 545188
HSL0.630.950.38
HSV227°97°74°
CMYK 0.970.760.00   0.26
XYZ10.07815.539948.1151
Yxy5.53990.15810.0869
Hunter Lab23.537035.2406-104.7267
CIE-Lab28.220746.0493-76.0939

#052dbc color RGB value is (5,45,188).

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

The process color (four color CMYK) of #052dbc color code is 0.97, 0.76, 0.00, 0.26. Web safe color of #052dbc is #0033cc. Color #052dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101101 10111100
Octal 5 55 274
Decimal 5 45 188
Hex 5 2D BC

RGB Percentages of Color #052dbc

%2.10
%18.91
%78.99

CMYK Percentages of Color #052dbc

%97
%76
%0
%26

Triadic Colors of #052dbc

#052dbc #bc052d #2dbc05

Analogous Colors of #052dbc

#052dbc #3805bc #0589bc

Monochromatic Colors of #052dbc

#052dbc

Complementary Color

#052dbc #bc9405

#052dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#052dbc Color CSS Codes

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

#052dbc Text Font Color

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

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


#052dbc Background Color

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

This div background color is #052dbc


#052dbc Border Color

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

This div border color is #052dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052dbc


Comments

No comments written yet.

Please login to write comment.