Color Hex Logo

#481cef Color Hex

#481CEF
(72,28,239)
0 Favorites   0 Comments

Color spaces of #481cef

RGB 7228239
HSL0.700.870.52
HSV253°88°94°
CMYK 0.700.880.00   0.06
XYZ18.66778.440282.3066
Yxy8.44020.17060.0771
Hunter Lab29.052063.8561-147.6367
CIE-Lab34.883371.3144-94.4588

#481cef color RGB value is (72,28,239).

#481cef hex color red value is 72, green value is 28 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #481cef hue: 0.70 , saturation: 0.87 and the lightness value of 481cef is 0.52.

The process color (four color CMYK) of #481cef color hex is 0.70, 0.88, 0.00, 0.06. Web safe color of #481cef is #3333ff. Color #481cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 11101111
Octal 110 34 357
Decimal 72 28 239
Hex 48 1C EF

RGB Percentages of Color #481cef

%21.24
%8.26
%70.50

CMYK Percentages of Color #481cef

%70
%88
%0
%6

Triadic Colors of #481cef

#481cef #ef481c #1cef48

Analogous Colors of #481cef

#481cef #b21cef #1c5aef

Monochromatic Colors of #481cef

#481cef

Complementary Color

#481cef #c3ef1c

#481cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#481cef Color CSS Codes

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

#481cef Text Font Color

<p style="color:#481cef">Text here</p>

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


#481cef Background Color

<div style="background-color:#481cef">
Div content here</div>

This div background color is #481cef


#481cef Border Color

<div style="border:3px solid #481cef">
Div here</div>

This div border color is #481cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,28,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481cef;
  -webkit-box-shadow: 1px 1px 3px 2px #481cef;
  box-shadow:         1px 1px 3px 2px #481cef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481cef


Comments

No comments written yet.

Please login to write comment.