Color Hex Logo

#482dfd Color Hex

#482DFD
(72,45,253)
0 Favorites   0 Comments

Color spaces of #482dfd

RGB 7245253
HSL0.690.980.58
HSV248°82°99°
CMYK 0.720.820.00   0.01
XYZ21.340510.346393.8008
Yxy10.34630.17010.0824
Hunter Lab32.165762.1370-150.3842
CIE-Lab38.456969.1682-96.4117

#482dfd color RGB value is (72,45,253).

#482dfd hex color red value is 72, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #482dfd hue: 0.69 , saturation: 0.98 and the lightness value of 482dfd is 0.58.

The process color (four color CMYK) of #482dfd color hex is 0.72, 0.82, 0.00, 0.01. Web safe color of #482dfd is #3333ff. Color #482dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 11111101
Octal 110 55 375
Decimal 72 45 253
Hex 48 2D FD

RGB Percentages of Color #482dfd

%19.46
%12.16
%68.38

CMYK Percentages of Color #482dfd

%72
%82
%0
%1

Triadic Colors of #482dfd

#482dfd #fd482d #2dfd48

Analogous Colors of #482dfd

#482dfd #b02dfd #2d7afd

Monochromatic Colors of #482dfd

#482dfd

Complementary Color

#482dfd #e2fd2d

#482dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#482dfd Color CSS Codes

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

#482dfd Text Font Color

<p style="color:#482dfd">Text here</p>

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


#482dfd Background Color

<div style="background-color:#482dfd">
Div content here</div>

This div background color is #482dfd


#482dfd Border Color

<div style="border:3px solid #482dfd">
Div here</div>

This div border color is #482dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,45,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #482dfd;
  box-shadow:         1px 1px 3px 2px #482dfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.