Color Hex Logo

#483ecf Color Hex

#483ECF
(72,62,207)
0 Favorites   0 Comments

Color spaces of #483ecf

RGB 7262207
HSL0.680.600.53
HSV244°70°81°
CMYK 0.650.700.00   0.19
XYZ15.65769.328060.0067
Yxy9.32800.18420.1098
Hunter Lab30.541838.0620-95.1103
CIE-Lab36.608347.3338-73.2706

#483ecf color RGB value is (72,62,207).

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

The process color (four color CMYK) of #483ecf color hex is 0.65, 0.70, 0.00, 0.19. Web safe color of #483ecf is #3333cc. Color #483ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111110 11001111
Octal 110 76 317
Decimal 72 62 207
Hex 48 3E CF

RGB Percentages of Color #483ecf

%21.11
%18.18
%60.70

CMYK Percentages of Color #483ecf

%65
%70
%0
%19

Triadic Colors of #483ecf

#483ecf #cf483e #3ecf48

Analogous Colors of #483ecf

#483ecf #913ecf #3e7dcf

Monochromatic Colors of #483ecf

#483ecf

Complementary Color

#483ecf #c5cf3e

#483ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483ecf Color CSS Codes

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

#483ecf Text Font Color

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

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


#483ecf Background Color

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

This div background color is #483ecf


#483ecf Border Color

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

This div border color is #483ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483ecf


Comments

No comments written yet.

Please login to write comment.