Color Hex Logo

#4881e1 Color Hex

#4881E1
(72,129,225)
0 Favorites   0 Comments

Color spaces of #4881e1

RGB 72129225
HSL0.600.720.58
HSV218°68°88°
CMYK 0.680.430.00   0.12
XYZ24.113422.514574.3090
Yxy22.51450.19940.1862
Hunter Lab47.44947.6756-59.6375
CIE-Lab54.568712.3510-54.4154

#4881e1 color RGB value is (72,129,225).

#4881e1 hex color red value is 72, green value is 129 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #4881e1 hue: 0.60 , saturation: 0.72 and the lightness value of 4881e1 is 0.58.

The process color (four color CMYK) of #4881e1 color hex is 0.68, 0.43, 0.00, 0.12. Web safe color of #4881e1 is #3399cc. Color #4881e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000001 11100001
Octal 110 201 341
Decimal 72 129 225
Hex 48 81 E1

RGB Percentages of Color #4881e1

%16.90
%30.28
%52.82

CMYK Percentages of Color #4881e1

%68
%43
%0
%12

Triadic Colors of #4881e1

#4881e1 #e14881 #81e148

Analogous Colors of #4881e1

#4881e1 #5b48e1 #48cee1

Monochromatic Colors of #4881e1

#4881e1

Complementary Color

#4881e1 #e1a848

#4881e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4881e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4881e1 Color CSS Codes

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

#4881e1 Text Font Color

<p style="color:#4881e1">Text here</p>

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


#4881e1 Background Color

<div style="background-color:#4881e1">
Div content here</div>

This div background color is #4881e1


#4881e1 Border Color

<div style="border:3px solid #4881e1">
Div here</div>

This div border color is #4881e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,129,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4881e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4881e1;
  -webkit-box-shadow: 1px 1px 3px 2px #4881e1;
  box-shadow:         1px 1px 3px 2px #4881e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,129,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4881e1


Comments

No comments written yet.

Please login to write comment.