Color Hex Logo

#4848da Color Hex

#4848DA
(72,72,218)
0 Favorites   0 Comments

Color spaces of #4848da

RGB 7272218
HSL0.670.660.57
HSV240°67°85°
CMYK 0.670.670.00   0.15
XYZ17.644711.074467.5373
Yxy11.07440.18330.1151
Hunter Lab33.278236.4070-97.0328
CIE-Lab39.705545.1202-74.5215

#4848da color RGB value is (72,72,218).

#4848da hex color red value is 72, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4848da hue: 0.67 , saturation: 0.66 and the lightness value of 4848da is 0.57.

The process color (four color CMYK) of #4848da color hex is 0.67, 0.67, 0.00, 0.15. Web safe color of #4848da is #3333cc. Color #4848da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 11011010
Octal 110 110 332
Decimal 72 72 218
Hex 48 48 DA

RGB Percentages of Color #4848da

%19.89
%19.89
%60.22

CMYK Percentages of Color #4848da

%67
%67
%0
%15

Triadic Colors of #4848da

#4848da #da4848 #48da48

Analogous Colors of #4848da

#4848da #9148da #4891da

Monochromatic Colors of #4848da

#4848da

Complementary Color

#4848da #dada48

#4848da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4848da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4848da Color CSS Codes

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

#4848da Text Font Color

<p style="color:#4848da">Text here</p>

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


#4848da Background Color

<div style="background-color:#4848da">
Div content here</div>

This div background color is #4848da


#4848da Border Color

<div style="border:3px solid #4848da">
Div here</div>

This div border color is #4848da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4848da


Comments

No comments written yet.

Please login to write comment.