Color Hex Logo

#482efd Color Hex

#482EFD
(72,46,253)
0 Favorites   0 Comments

Color spaces of #482efd

RGB 7246253
HSL0.690.980.59
HSV248°82°99°
CMYK 0.720.820.00   0.01
XYZ21.379110.423693.8137
Yxy10.42360.17020.0830
Hunter Lab32.285661.7006-149.6817
CIE-Lab38.592268.7682-96.1872

#482efd color RGB value is (72,46,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 11111101
Octal 110 56 375
Decimal 72 46 253
Hex 48 2E FD

RGB Percentages of Color #482efd

%19.41
%12.40
%68.19

CMYK Percentages of Color #482efd

%72
%82
%0
%1

Triadic Colors of #482efd

#482efd #fd482e #2efd48

Analogous Colors of #482efd

#482efd #b02efd #2e7cfd

Monochromatic Colors of #482efd

#482efd

Complementary Color

#482efd #e3fd2e

#482efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#482efd Color CSS Codes

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

#482efd Text Font Color

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

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


#482efd Background Color

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

This div background color is #482efd


#482efd Border Color

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

This div border color is #482efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482efd


Comments

No comments written yet.

Please login to write comment.