Color Hex Logo

#483dff Color Hex

#483DFF
(72,61,255)
0 Favorites   0 Comments

Color spaces of #483dff

RGB 7261255
HSL0.681.000.62
HSV243°76°100°
CMYK 0.720.760.00   0.00
XYZ22.391211.935295.7313
Yxy11.93520.17220.0918
Hunter Lab34.547455.2334-140.1104
CIE-Lab41.112962.6276-93.1290

#483dff color RGB value is (72,61,255).

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

The process color (four color CMYK) of #483dff color hex is 0.72, 0.76, 0.00, 0.00. Web safe color of #483dff is #3333ff. Color #483dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 11111111
Octal 110 75 377
Decimal 72 61 255
Hex 48 3D FF

RGB Percentages of Color #483dff

%18.56
%15.72
%65.72

CMYK Percentages of Color #483dff

%72
%76
%0
%0

Triadic Colors of #483dff

#483dff #ff483d #3dff48

Analogous Colors of #483dff

#483dff #a93dff #3d93ff

Monochromatic Colors of #483dff

#483dff

Complementary Color

#483dff #f4ff3d

#483dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#483dff Color CSS Codes

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

#483dff Text Font Color

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

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


#483dff Background Color

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

This div background color is #483dff


#483dff Border Color

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

This div border color is #483dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483dff


Comments

No comments written yet.

Please login to write comment.