Color Hex Logo

#4184bc Color Hex

#4184BC
(65,132,188)
0 Favorites   0 Comments

Color spaces of #4184bc

RGB 65132188
HSL0.580.490.50
HSV207°65°74°
CMYK 0.650.300.00   0.26
XYZ19.508321.257250.6518
Yxy21.25720.21340.2325
Hunter Lab46.1055-5.1573-32.8625
CIE-Lab53.2298-3.4668-35.6060

#4184bc color RGB value is (65,132,188).

#4184bc hex color red value is 65, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4184bc hue: 0.58 , saturation: 0.49 and the lightness value of 4184bc is 0.50.

The process color (four color CMYK) of #4184bc color hex is 0.65, 0.30, 0.00, 0.26. Web safe color of #4184bc is #3399cc. Color #4184bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000100 10111100
Octal 101 204 274
Decimal 65 132 188
Hex 41 84 BC

RGB Percentages of Color #4184bc

%16.88
%34.29
%48.83

CMYK Percentages of Color #4184bc

%65
%30
%0
%26

Triadic Colors of #4184bc

#4184bc #bc4184 #84bc41

Analogous Colors of #4184bc

#4184bc #4147bc #41bcb7

Monochromatic Colors of #4184bc

#4184bc

Complementary Color

#4184bc #bc7941

#4184bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4184bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4184bc Color CSS Codes

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

#4184bc Text Font Color

<p style="color:#4184bc">Text here</p>

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


#4184bc Background Color

<div style="background-color:#4184bc">
Div content here</div>

This div background color is #4184bc


#4184bc Border Color

<div style="border:3px solid #4184bc">
Div here</div>

This div border color is #4184bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,132,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4184bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4184bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4184bc;
  box-shadow:         1px 1px 3px 2px #4184bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,132,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 #4184bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4184bc


Comments

No comments written yet.

Please login to write comment.