Color Hex Logo

#4832dc Color Hex

#4832DC
(72,50,220)
0 Favorites   0 Comments

Color spaces of #4832dc

RGB 7250220
HSL0.690.710.53
HSV248°77°86°
CMYK 0.670.770.00   0.14
XYZ16.73148.826268.5319
Yxy8.82620.17780.0938
Hunter Lab29.708948.5366-115.9727
CIE-Lab35.647557.6029-82.3513

#4832dc color RGB value is (72,50,220).

#4832dc hex color red value is 72, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4832dc hue: 0.69 , saturation: 0.71 and the lightness value of 4832dc is 0.53.

The process color (four color CMYK) of #4832dc color hex is 0.67, 0.77, 0.00, 0.14. Web safe color of #4832dc is #3333cc. Color #4832dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110010 11011100
Octal 110 62 334
Decimal 72 50 220
Hex 48 32 DC

RGB Percentages of Color #4832dc

%21.05
%14.62
%64.33

CMYK Percentages of Color #4832dc

%67
%77
%0
%14

Triadic Colors of #4832dc

#4832dc #dc4832 #32dc48

Analogous Colors of #4832dc

#4832dc #9d32dc #3271dc

Monochromatic Colors of #4832dc

#4832dc

Complementary Color

#4832dc #c6dc32

#4832dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4832dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4832dc Color CSS Codes

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

#4832dc Text Font Color

<p style="color:#4832dc">Text here</p>

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


#4832dc Background Color

<div style="background-color:#4832dc">
Div content here</div>

This div background color is #4832dc


#4832dc Border Color

<div style="border:3px solid #4832dc">
Div here</div>

This div border color is #4832dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,50,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4832dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4832dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4832dc;
  box-shadow:         1px 1px 3px 2px #4832dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4832dc


Comments

No comments written yet.

Please login to write comment.