Color Hex Logo

#4827fa Color Hex

#4827FA
(72,39,250)
0 Favorites   0 Comments

Color spaces of #4827fa

RGB 7239250
HSL0.690.950.57
HSV249°84°98°
CMYK 0.710.840.00   0.02
XYZ20.65339.730991.2322
Yxy9.73090.16980.0800
Hunter Lab31.194463.5918-151.5655
CIE-Lab37.355170.6199-96.5583

#4827fa color RGB value is (72,39,250).

#4827fa hex color red value is 72, green value is 39 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4827fa hue: 0.69 , saturation: 0.95 and the lightness value of 4827fa is 0.57.

The process color (four color CMYK) of #4827fa color hex is 0.71, 0.84, 0.00, 0.02. Web safe color of #4827fa is #3333ff. Color #4827fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 11111010
Octal 110 47 372
Decimal 72 39 250
Hex 48 27 FA

RGB Percentages of Color #4827fa

%19.94
%10.80
%69.25

CMYK Percentages of Color #4827fa

%71
%84
%0
%2

Triadic Colors of #4827fa

#4827fa #fa4827 #27fa48

Analogous Colors of #4827fa

#4827fa #b227fa #2770fa

Monochromatic Colors of #4827fa

#4827fa

Complementary Color

#4827fa #d9fa27

#4827fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4827fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4827fa Color CSS Codes

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

#4827fa Text Font Color

<p style="color:#4827fa">Text here</p>

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


#4827fa Background Color

<div style="background-color:#4827fa">
Div content here</div>

This div background color is #4827fa


#4827fa Border Color

<div style="border:3px solid #4827fa">
Div here</div>

This div border color is #4827fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,39,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4827fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4827fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4827fa;
  box-shadow:         1px 1px 3px 2px #4827fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4827fa


Comments

No comments written yet.

Please login to write comment.