Color Hex Logo

#4828fc Color Hex

#4828FC
(72,40,252)
0 Favorites   0 Comments

Color spaces of #4828fc

RGB 7240252
HSL0.690.970.57
HSV249°84°99°
CMYK 0.710.840.00   0.01
XYZ21.00209.923692.9040
Yxy9.92360.16960.0801
Hunter Lab31.501763.8767-152.8051
CIE-Lab37.705070.7940-97.0998

#4828fc color RGB value is (72,40,252).

#4828fc hex color red value is 72, green value is 40 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4828fc hue: 0.69 , saturation: 0.97 and the lightness value of 4828fc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101000 11111100
Octal 110 50 374
Decimal 72 40 252
Hex 48 28 FC

RGB Percentages of Color #4828fc

%19.78
%10.99
%69.23

CMYK Percentages of Color #4828fc

%71
%84
%0
%1

Triadic Colors of #4828fc

#4828fc #fc4828 #28fc48

Analogous Colors of #4828fc

#4828fc #b228fc #2872fc

Monochromatic Colors of #4828fc

#4828fc

Complementary Color

#4828fc #dcfc28

#4828fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4828fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4828fc Color CSS Codes

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

#4828fc Text Font Color

<p style="color:#4828fc">Text here</p>

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


#4828fc Background Color

<div style="background-color:#4828fc">
Div content here</div>

This div background color is #4828fc


#4828fc Border Color

<div style="border:3px solid #4828fc">
Div here</div>

This div border color is #4828fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,40,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4828fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4828fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4828fc;
  box-shadow:         1px 1px 3px 2px #4828fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4828fc


Comments

No comments written yet.

Please login to write comment.