Color Hex Logo

#480ebc Color Hex

#480EBC
(72,14,188)
0 Favorites   0 Comments

Color spaces of #480ebc

RGB 7214188
HSL0.720.860.40
HSV260°93°74°
CMYK 0.620.930.00   0.26
XYZ11.90665.322647.9768
Yxy5.32260.18260.0816
Hunter Lab23.070851.7483-107.1470
CIE-Lab27.634862.0994-76.9580

#480ebc color RGB value is (72,14,188).

#480ebc hex color red value is 72, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #480ebc hue: 0.72 , saturation: 0.86 and the lightness value of 480ebc is 0.40.

The process color (four color CMYK) of #480ebc color hex is 0.62, 0.93, 0.00, 0.26. Web safe color of #480ebc is #3300cc. Color #480ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001110 10111100
Octal 110 16 274
Decimal 72 14 188
Hex 48 E BC

RGB Percentages of Color #480ebc

%26.28
%5.11
%68.61

CMYK Percentages of Color #480ebc

%62
%93
%0
%26

Triadic Colors of #480ebc

#480ebc #bc480e #0ebc48

Analogous Colors of #480ebc

#480ebc #9f0ebc #0e2bbc

Monochromatic Colors of #480ebc

#480ebc

Complementary Color

#480ebc #82bc0e

#480ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#480ebc Color CSS Codes

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

#480ebc Text Font Color

<p style="color:#480ebc">Text here</p>

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


#480ebc Background Color

<div style="background-color:#480ebc">
Div content here</div>

This div background color is #480ebc


#480ebc Border Color

<div style="border:3px solid #480ebc">
Div here</div>

This div border color is #480ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,14,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #480ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #480ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #480ebc;
  box-shadow:         1px 1px 3px 2px #480ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480ebc


Comments

No comments written yet.

Please login to write comment.