Color Hex Logo

#483dcf Color Hex

#483DCF
(72,61,207)
0 Favorites   0 Comments

Color spaces of #483dcf

RGB 7261207
HSL0.680.600.53
HSV245°71°81°
CMYK 0.650.710.00   0.19
XYZ15.60379.220259.9888
Yxy9.22020.18400.1087
Hunter Lab30.364838.5883-95.8782
CIE-Lab36.404847.8958-73.6051

#483dcf color RGB value is (72,61,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 11001111
Octal 110 75 317
Decimal 72 61 207
Hex 48 3D CF

RGB Percentages of Color #483dcf

%21.18
%17.94
%60.88

CMYK Percentages of Color #483dcf

%65
%71
%0
%19

Triadic Colors of #483dcf

#483dcf #cf483d #3dcf48

Analogous Colors of #483dcf

#483dcf #913dcf #3d7bcf

Monochromatic Colors of #483dcf

#483dcf

Complementary Color

#483dcf #c4cf3d

#483dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#483dcf Color CSS Codes

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

#483dcf Text Font Color

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

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


#483dcf Background Color

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

This div background color is #483dcf


#483dcf Border Color

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

This div border color is #483dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483dcf


Comments

No comments written yet.

Please login to write comment.