Color Hex Logo

#4801ef Color Hex

#4801EF
(72,1,239)
0 Favorites   0 Comments

Color spaces of #4801ef

RGB 721239
HSL0.720.990.47
HSV258°100°94°
CMYK 0.701.000.00   0.06
XYZ18.26337.631482.1718
Yxy7.63140.16900.0706
Hunter Lab27.625069.6653-157.0233
CIE-Lab33.203176.4427-97.2562

#4801ef color RGB value is (72,1,239).

#4801ef hex color red value is 72, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4801ef hue: 0.72 , saturation: 0.99 and the lightness value of 4801ef is 0.47.

The process color (four color CMYK) of #4801ef color hex is 0.70, 1.00, 0.00, 0.06. Web safe color of #4801ef is #3300ff. Color #4801ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000001 11101111
Octal 110 1 357
Decimal 72 1 239
Hex 48 1 EF

RGB Percentages of Color #4801ef

%23.08
%0.32
%76.60

CMYK Percentages of Color #4801ef

%70
%100
%0
%6

Triadic Colors of #4801ef

#4801ef #ef4801 #01ef48

Analogous Colors of #4801ef

#4801ef #bf01ef #0131ef

Monochromatic Colors of #4801ef

#4801ef

Complementary Color

#4801ef #a8ef01

#4801ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4801ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4801ef Color CSS Codes

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

#4801ef Text Font Color

<p style="color:#4801ef">Text here</p>

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


#4801ef Background Color

<div style="background-color:#4801ef">
Div content here</div>

This div background color is #4801ef


#4801ef Border Color

<div style="border:3px solid #4801ef">
Div here</div>

This div border color is #4801ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,1,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 #4801ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4801ef


Comments

No comments written yet.

Please login to write comment.