Color Hex Logo

#482ffd Color Hex

#482FFD
(72,47,253)
0 Favorites   0 Comments

Color spaces of #482ffd

RGB 7247253
HSL0.690.980.59
HSV247°81°99°
CMYK 0.720.810.00   0.01
XYZ21.418610.502693.8268
Yxy10.50260.17030.0835
Hunter Lab32.407761.2590-148.9710
CIE-Lab38.729868.3624-95.9588

#482ffd color RGB value is (72,47,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101111 11111101
Octal 110 57 375
Decimal 72 47 253
Hex 48 2F FD

RGB Percentages of Color #482ffd

%19.35
%12.63
%68.01

CMYK Percentages of Color #482ffd

%72
%81
%0
%1

Triadic Colors of #482ffd

#482ffd #fd482f #2ffd48

Analogous Colors of #482ffd

#482ffd #af2ffd #2f7dfd

Monochromatic Colors of #482ffd

#482ffd

Complementary Color

#482ffd #e4fd2f

#482ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#482ffd Color CSS Codes

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

#482ffd Text Font Color

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

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


#482ffd Background Color

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

This div background color is #482ffd


#482ffd Border Color

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

This div border color is #482ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482ffd


Comments

No comments written yet.

Please login to write comment.