Color Hex Logo

#483cbf Color Hex

#483CBF
(72,60,191)
0 Favorites   0 Comments

Color spaces of #483cbf

RGB 7260191
HSL0.680.520.49
HSV245°69°75°
CMYK 0.620.690.00   0.25
XYZ13.69238.371050.1843
Yxy8.37100.18950.1159
Hunter Lab28.932733.8424-82.5868
CIE-Lab34.743943.3858-67.0001

#483cbf color RGB value is (72,60,191).

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

The process color (four color CMYK) of #483cbf color hex is 0.62, 0.69, 0.00, 0.25. Web safe color of #483cbf is #3333cc. Color #483cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111100 10111111
Octal 110 74 277
Decimal 72 60 191
Hex 48 3C BF

RGB Percentages of Color #483cbf

%22.29
%18.58
%59.13

CMYK Percentages of Color #483cbf

%62
%69
%0
%25

Triadic Colors of #483cbf

#483cbf #bf483c #3cbf48

Analogous Colors of #483cbf

#483cbf #8a3cbf #3c72bf

Monochromatic Colors of #483cbf

#483cbf

Complementary Color

#483cbf #b3bf3c

#483cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483cbf Color CSS Codes

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

#483cbf Text Font Color

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

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


#483cbf Background Color

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

This div background color is #483cbf


#483cbf Border Color

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

This div border color is #483cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483cbf


Comments

No comments written yet.

Please login to write comment.