Color Hex Logo

#2a5fdd Color Hex

#2A5FDD
(42,95,221)
0 Favorites   0 Comments

Color spaces of #2a5fdd

RGB 4295221
HSL0.620.720.52
HSV222°81°87°
CMYK 0.810.570.00   0.13
XYZ18.098213.897170.1351
Yxy13.89710.17720.1361
Hunter Lab37.278821.4206-85.4510
CIE-Lab44.085028.6660-69.1301

#2a5fdd color RGB value is (42,95,221).

#2a5fdd hex color red value is 42, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2a5fdd hue: 0.62 , saturation: 0.72 and the lightness value of 2a5fdd is 0.52.

The process color (four color CMYK) of #2a5fdd color hex is 0.81, 0.57, 0.00, 0.13. Web safe color of #2a5fdd is #3366cc. Color #2a5fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01011111 11011101
Octal 52 137 335
Decimal 42 95 221
Hex 2A 5F DD

RGB Percentages of Color #2a5fdd

%11.73
%26.54
%61.73

CMYK Percentages of Color #2a5fdd

%81
%57
%0
%13

Triadic Colors of #2a5fdd

#2a5fdd #dd2a5f #5fdd2a

Analogous Colors of #2a5fdd

#2a5fdd #4e2add #2ab9dd

Monochromatic Colors of #2a5fdd

#2a5fdd

Complementary Color

#2a5fdd #dda82a

#2a5fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a5fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a5fdd Color CSS Codes

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

#2a5fdd Text Font Color

<p style="color:#2a5fdd">Text here</p>

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


#2a5fdd Background Color

<div style="background-color:#2a5fdd">
Div content here</div>

This div background color is #2a5fdd


#2a5fdd Border Color

<div style="border:3px solid #2a5fdd">
Div here</div>

This div border color is #2a5fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,95,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a5fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a5fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #2a5fdd;
  box-shadow:         1px 1px 3px 2px #2a5fdd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a5fdd


Comments

No comments written yet.

Please login to write comment.