Color Hex Logo

#482ebf Color Hex

#482EBF
(72,46,191)
0 Favorites   0 Comments

Color spaces of #482ebf

RGB 7246191
HSL0.700.610.46
HSV251°76°75°
CMYK 0.620.760.00   0.25
XYZ13.05357.093349.9714
Yxy7.09330.18620.1012
Hunter Lab26.633240.8783-92.6013
CIE-Lab32.018450.9925-71.4805

#482ebf color RGB value is (72,46,191).

#482ebf hex color red value is 72, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #482ebf hue: 0.70 , saturation: 0.61 and the lightness value of 482ebf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 10111111
Octal 110 56 277
Decimal 72 46 191
Hex 48 2E BF

RGB Percentages of Color #482ebf

%23.30
%14.89
%61.81

CMYK Percentages of Color #482ebf

%62
%76
%0
%25

Triadic Colors of #482ebf

#482ebf #bf482e #2ebf48

Analogous Colors of #482ebf

#482ebf #912ebf #2e5dbf

Monochromatic Colors of #482ebf

#482ebf

Complementary Color

#482ebf #a5bf2e

#482ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#482ebf Color CSS Codes

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

#482ebf Text Font Color

<p style="color:#482ebf">Text here</p>

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


#482ebf Background Color

<div style="background-color:#482ebf">
Div content here</div>

This div background color is #482ebf


#482ebf Border Color

<div style="border:3px solid #482ebf">
Div here</div>

This div border color is #482ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482ebf


Comments

No comments written yet.

Please login to write comment.