Color Hex Logo

#482cbc Color Hex

#482CBC
(72,44,188)
0 Favorites   0 Comments

Color spaces of #482cbc

RGB 7244188
HSL0.700.620.45
HSV252°77°74°
CMYK 0.620.770.00   0.26
XYZ12.65036.809948.2247
Yxy6.80990.18690.1006
Hunter Lab26.095840.8628-91.3002
CIE-Lab31.370251.1026-70.7793

#482cbc color RGB value is (72,44,188).

#482cbc hex color red value is 72, green value is 44 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #482cbc hue: 0.70 , saturation: 0.62 and the lightness value of 482cbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101100 10111100
Octal 110 54 274
Decimal 72 44 188
Hex 48 2C BC

RGB Percentages of Color #482cbc

%23.68
%14.47
%61.84

CMYK Percentages of Color #482cbc

%62
%77
%0
%26

Triadic Colors of #482cbc

#482cbc #bc482c #2cbc48

Analogous Colors of #482cbc

#482cbc #902cbc #2c58bc

Monochromatic Colors of #482cbc

#482cbc

Complementary Color

#482cbc #a0bc2c

#482cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482cbc Color CSS Codes

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

#482cbc Text Font Color

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

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


#482cbc Background Color

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

This div background color is #482cbc


#482cbc Border Color

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

This div border color is #482cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482cbc


Comments

No comments written yet.

Please login to write comment.