Color Hex Logo

#0a52dd Color Hex

#0A52DD
(10,82,221)
0 Favorites   0 Comments

Color spaces of #0a52dd

RGB 1082221
HSL0.610.910.45
HSV220°95°87°
CMYK 0.950.630.00   0.13
XYZ16.193611.319669.7380
Yxy11.31960.16650.1164
Hunter Lab33.644627.0364-99.3441
CIE-Lab40.113635.3172-75.6507

#0a52dd color RGB value is (10,82,221).

#0a52dd hex color red value is 10, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0a52dd hue: 0.61 , saturation: 0.91 and the lightness value of 0a52dd is 0.45.

The process color (four color CMYK) of #0a52dd color hex is 0.95, 0.63, 0.00, 0.13. Web safe color of #0a52dd is #0066cc. Color #0a52dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01010010 11011101
Octal 12 122 335
Decimal 10 82 221
Hex A 52 DD

RGB Percentages of Color #0a52dd

%3.19
%26.20
%70.61

CMYK Percentages of Color #0a52dd

%95
%63
%0
%13

Triadic Colors of #0a52dd

#0a52dd #dd0a52 #52dd0a

Analogous Colors of #0a52dd

#0a52dd #2c0add #0abcdd

Monochromatic Colors of #0a52dd

#0a52dd

Complementary Color

#0a52dd #dd950a

#0a52dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a52dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a52dd Color CSS Codes

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

#0a52dd Text Font Color

<p style="color:#0a52dd">Text here</p>

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


#0a52dd Background Color

<div style="background-color:#0a52dd">
Div content here</div>

This div background color is #0a52dd


#0a52dd Border Color

<div style="border:3px solid #0a52dd">
Div here</div>

This div border color is #0a52dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,82,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a52dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a52dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0a52dd;
  box-shadow:         1px 1px 3px 2px #0a52dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a52dd


Comments

No comments written yet.

Please login to write comment.