Color Hex Logo

#483edf Color Hex

#483EDF
(72,62,223)
0 Favorites   0 Comments

Color spaces of #483edf

RGB 7262223
HSL0.680.720.56
HSV244°72°87°
CMYK 0.680.720.00   0.13
XYZ17.714410.150770.8377
Yxy10.15070.17950.1028
Hunter Lab31.860243.4916-109.5229
CIE-Lab38.111652.3657-80.0040

#483edf color RGB value is (72,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111110 11011111
Octal 110 76 337
Decimal 72 62 223
Hex 48 3E DF

RGB Percentages of Color #483edf

%20.17
%17.37
%62.46

CMYK Percentages of Color #483edf

%68
%72
%0
%13

Triadic Colors of #483edf

#483edf #df483e #3edf48

Analogous Colors of #483edf

#483edf #993edf #3e85df

Monochromatic Colors of #483edf

#483edf

Complementary Color

#483edf #d5df3e

#483edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483edf Color CSS Codes

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

#483edf Text Font Color

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

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


#483edf Background Color

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

This div background color is #483edf


#483edf Border Color

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

This div border color is #483edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483edf


Comments

No comments written yet.

Please login to write comment.