Color Hex Logo

#483cdf Color Hex

#483CDF
(72,60,223)
0 Favorites   0 Comments

Color spaces of #483cdf

RGB 7260223
HSL0.680.720.55
HSV244°73°87°
CMYK 0.680.730.00   0.13
XYZ17.60769.937170.8021
Yxy9.93710.17900.1010
Hunter Lab31.523244.5375-111.1011
CIE-Lab37.729353.4382-80.6341

#483cdf color RGB value is (72,60,223).

#483cdf hex color red value is 72, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #483cdf hue: 0.68 , saturation: 0.72 and the lightness value of 483cdf is 0.55.

The process color (four color CMYK) of #483cdf color hex is 0.68, 0.73, 0.00, 0.13. Web safe color of #483cdf is #3333cc. Color #483cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111100 11011111
Octal 110 74 337
Decimal 72 60 223
Hex 48 3C DF

RGB Percentages of Color #483cdf

%20.28
%16.90
%62.82

CMYK Percentages of Color #483cdf

%68
%73
%0
%13

Triadic Colors of #483cdf

#483cdf #df483c #3cdf48

Analogous Colors of #483cdf

#483cdf #9a3cdf #3c82df

Monochromatic Colors of #483cdf

#483cdf

Complementary Color

#483cdf #d3df3c

#483cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483cdf Color CSS Codes

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

#483cdf Text Font Color

<p style="color:#483cdf">Text here</p>

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


#483cdf Background Color

<div style="background-color:#483cdf">
Div content here</div>

This div background color is #483cdf


#483cdf Border Color

<div style="border:3px solid #483cdf">
Div here</div>

This div border color is #483cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,60,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #483cdf;
  box-shadow:         1px 1px 3px 2px #483cdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483cdf


Comments

No comments written yet.

Please login to write comment.