Color Hex Logo

#482dcc Color Hex

#482DCC
(72,45,204)
0 Favorites   0 Comments

Color spaces of #482dcc

RGB 7245204
HSL0.690.640.49
HSV250°78°80°
CMYK 0.650.780.00   0.20
XYZ14.51007.614157.8317
Yxy7.61410.18150.0952
Hunter Lab27.593745.5745-104.9464
CIE-Lab33.165955.3045-77.2002

#482dcc color RGB value is (72,45,204).

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

The process color (four color CMYK) of #482dcc color hex is 0.65, 0.78, 0.00, 0.20. Web safe color of #482dcc is #3333cc. Color #482dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 11001100
Octal 110 55 314
Decimal 72 45 204
Hex 48 2D CC

RGB Percentages of Color #482dcc

%22.43
%14.02
%63.55

CMYK Percentages of Color #482dcc

%65
%78
%0
%20

Triadic Colors of #482dcc

#482dcc #cc482d #2dcc48

Analogous Colors of #482dcc

#482dcc #982dcc #2d61cc

Monochromatic Colors of #482dcc

#482dcc

Complementary Color

#482dcc #b1cc2d

#482dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482dcc Color CSS Codes

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

#482dcc Text Font Color

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

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


#482dcc Background Color

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

This div background color is #482dcc


#482dcc Border Color

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

This div border color is #482dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482dcc


Comments

No comments written yet.

Please login to write comment.