Color Hex Logo

#4851ea Color Hex

#4851EA
(72,81,234)
0 Favorites   0 Comments

Color spaces of #4851ea

RGB 7281234
HSL0.660.790.60
HSV237°69°92°
CMYK 0.690.650.00   0.08
XYZ20.466213.203179.3117
Yxy13.20310.18110.1169
Hunter Lab36.336136.9516-103.9786
CIE-Lab43.067745.0861-78.1108

#4851ea color RGB value is (72,81,234).

#4851ea hex color red value is 72, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4851ea hue: 0.66 , saturation: 0.79 and the lightness value of 4851ea is 0.60.

The process color (four color CMYK) of #4851ea color hex is 0.69, 0.65, 0.00, 0.08. Web safe color of #4851ea is #3366ff. Color #4851ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010001 11101010
Octal 110 121 352
Decimal 72 81 234
Hex 48 51 EA

RGB Percentages of Color #4851ea

%18.60
%20.93
%60.47

CMYK Percentages of Color #4851ea

%69
%65
%0
%8

Triadic Colors of #4851ea

#4851ea #ea4851 #51ea48

Analogous Colors of #4851ea

#4851ea #9048ea #48a2ea

Monochromatic Colors of #4851ea

#4851ea

Complementary Color

#4851ea #eae148

#4851ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4851ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4851ea Color CSS Codes

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

#4851ea Text Font Color

<p style="color:#4851ea">Text here</p>

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


#4851ea Background Color

<div style="background-color:#4851ea">
Div content here</div>

This div background color is #4851ea


#4851ea Border Color

<div style="border:3px solid #4851ea">
Div here</div>

This div border color is #4851ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,81,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4851ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4851ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4851ea;
  box-shadow:         1px 1px 3px 2px #4851ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4851ea


Comments

No comments written yet.

Please login to write comment.