Color Hex Logo

#481cbd Color Hex

#481CBD
(72,28,189)
0 Favorites   0 Comments

Color spaces of #481cbd

RGB 7228189
HSL0.710.740.43
HSV256°85°74°
CMYK 0.620.850.00   0.26
XYZ12.27305.882348.6327
Yxy5.88230.18380.0881
Hunter Lab24.253547.8830-101.9101
CIE-Lab29.113658.2657-75.0987

#481cbd color RGB value is (72,28,189).

#481cbd hex color red value is 72, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #481cbd hue: 0.71 , saturation: 0.74 and the lightness value of 481cbd is 0.43.

The process color (four color CMYK) of #481cbd color hex is 0.62, 0.85, 0.00, 0.26. Web safe color of #481cbd is #3333cc. Color #481cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 10111101
Octal 110 34 275
Decimal 72 28 189
Hex 48 1C BD

RGB Percentages of Color #481cbd

%24.91
%9.69
%65.40

CMYK Percentages of Color #481cbd

%62
%85
%0
%26

Triadic Colors of #481cbd

#481cbd #bd481c #1cbd48

Analogous Colors of #481cbd

#481cbd #991cbd #1c40bd

Monochromatic Colors of #481cbd

#481cbd

Complementary Color

#481cbd #91bd1c

#481cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481cbd Color CSS Codes

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

#481cbd Text Font Color

<p style="color:#481cbd">Text here</p>

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


#481cbd Background Color

<div style="background-color:#481cbd">
Div content here</div>

This div background color is #481cbd


#481cbd Border Color

<div style="border:3px solid #481cbd">
Div here</div>

This div border color is #481cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,28,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #481cbd;
  box-shadow:         1px 1px 3px 2px #481cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481cbd


Comments

No comments written yet.

Please login to write comment.