Color Hex Logo

#482edc Color Hex

#482EDC
(72,46,220)
0 Favorites   0 Comments

Color spaces of #482edc

RGB 7246220
HSL0.690.710.52
HSV249°79°86°
CMYK 0.670.790.00   0.14
XYZ16.56778.499068.4774
Yxy8.49900.17710.0909
Hunter Lab29.153050.4239-118.8588
CIE-Lab35.001259.4716-83.4201

#482edc color RGB value is (72,46,220).

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

The process color (four color CMYK) of #482edc color hex is 0.67, 0.79, 0.00, 0.14. Web safe color of #482edc is #3333cc. Color #482edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 11011100
Octal 110 56 334
Decimal 72 46 220
Hex 48 2E DC

RGB Percentages of Color #482edc

%21.30
%13.61
%65.09

CMYK Percentages of Color #482edc

%67
%79
%0
%14

Triadic Colors of #482edc

#482edc #dc482e #2edc48

Analogous Colors of #482edc

#482edc #9f2edc #2e6bdc

Monochromatic Colors of #482edc

#482edc

Complementary Color

#482edc #c2dc2e

#482edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482edc Color CSS Codes

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

#482edc Text Font Color

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

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


#482edc Background Color

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

This div background color is #482edc


#482edc Border Color

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

This div border color is #482edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482edc


Comments

No comments written yet.

Please login to write comment.