Color Hex Logo

#482cdc Color Hex

#482CDC
(72,44,220)
0 Favorites   0 Comments

Color spaces of #482cdc

RGB 7244220
HSL0.690.720.52
HSV250°80°86°
CMYK 0.670.800.00   0.14
XYZ16.49148.346468.4520
Yxy8.34640.17680.0895
Hunter Lab28.890151.3357-120.2580
CIE-Lab34.694160.3659-83.9284

#482cdc color RGB value is (72,44,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101100 11011100
Octal 110 54 334
Decimal 72 44 220
Hex 48 2C DC

RGB Percentages of Color #482cdc

%21.43
%13.10
%65.48

CMYK Percentages of Color #482cdc

%67
%80
%0
%14

Triadic Colors of #482cdc

#482cdc #dc482c #2cdc48

Analogous Colors of #482cdc

#482cdc #a02cdc #2c68dc

Monochromatic Colors of #482cdc

#482cdc

Complementary Color

#482cdc #c0dc2c

#482cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482cdc Color CSS Codes

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

#482cdc Text Font Color

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

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


#482cdc Background Color

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

This div background color is #482cdc


#482cdc Border Color

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

This div border color is #482cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482cdc


Comments

No comments written yet.

Please login to write comment.