Color Hex Logo

#4b82dc Color Hex

#4B82DC
(75,130,220)
0 Favorites   0 Comments

Color spaces of #4b82dc

RGB 75130220
HSL0.600.670.58
HSV217°66°86°
CMYK 0.660.410.00   0.14
XYZ23.802522.628470.8233
Yxy22.62840.20300.1930
Hunter Lab47.56936.0706-54.9750
CIE-Lab54.687510.4727-51.4131

#4b82dc color RGB value is (75,130,220).

#4b82dc hex color red value is 75, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4b82dc hue: 0.60 , saturation: 0.67 and the lightness value of 4b82dc is 0.58.

The process color (four color CMYK) of #4b82dc color hex is 0.66, 0.41, 0.00, 0.14. Web safe color of #4b82dc is #3399cc. Color #4b82dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000010 11011100
Octal 113 202 334
Decimal 75 130 220
Hex 4B 82 DC

RGB Percentages of Color #4b82dc

%17.65
%30.59
%51.76

CMYK Percentages of Color #4b82dc

%66
%41
%0
%14

Triadic Colors of #4b82dc

#4b82dc #dc4b82 #82dc4b

Analogous Colors of #4b82dc

#4b82dc #5c4bdc #4bcbdc

Monochromatic Colors of #4b82dc

#4b82dc

Complementary Color

#4b82dc #dca54b

#4b82dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b82dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b82dc Color CSS Codes

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

#4b82dc Text Font Color

<p style="color:#4b82dc">Text here</p>

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


#4b82dc Background Color

<div style="background-color:#4b82dc">
Div content here</div>

This div background color is #4b82dc


#4b82dc Border Color

<div style="border:3px solid #4b82dc">
Div here</div>

This div border color is #4b82dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,130,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b82dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b82dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4b82dc;
  box-shadow:         1px 1px 3px 2px #4b82dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,130,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 #4b82dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b82dc


Comments

No comments written yet.

Please login to write comment.