Color Hex Logo

#4927b5 Color Hex

#4927B5
(73,39,181)
0 Favorites   0 Comments

Color spaces of #4927b5

RGB 7339181
HSL0.710.650.43
HSV254°78°71°
CMYK 0.600.780.00   0.29
XYZ11.81376.203744.2908
Yxy6.20370.18960.0996
Hunter Lab24.907241.0763-87.9962
CIE-Lab29.920751.5940-69.0149

#4927b5 color RGB value is (73,39,181).

#4927b5 hex color red value is 73, green value is 39 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #4927b5 hue: 0.71 , saturation: 0.65 and the lightness value of 4927b5 is 0.43.

The process color (four color CMYK) of #4927b5 color hex is 0.60, 0.78, 0.00, 0.29. Web safe color of #4927b5 is #3333cc. Color #4927b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100111 10110101
Octal 111 47 265
Decimal 73 39 181
Hex 49 27 B5

RGB Percentages of Color #4927b5

%24.91
%13.31
%61.77

CMYK Percentages of Color #4927b5

%60
%78
%0
%29

Triadic Colors of #4927b5

#4927b5 #b54927 #27b549

Analogous Colors of #4927b5

#4927b5 #9027b5 #274cb5

Monochromatic Colors of #4927b5

#4927b5

Complementary Color

#4927b5 #93b527

#4927b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4927b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4927b5 Color CSS Codes

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

#4927b5 Text Font Color

<p style="color:#4927b5">Text here</p>

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


#4927b5 Background Color

<div style="background-color:#4927b5">
Div content here</div>

This div background color is #4927b5


#4927b5 Border Color

<div style="border:3px solid #4927b5">
Div here</div>

This div border color is #4927b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,39,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4927b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4927b5;
  -webkit-box-shadow: 1px 1px 3px 2px #4927b5;
  box-shadow:         1px 1px 3px 2px #4927b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,39,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4927b5


Comments

No comments written yet.

Please login to write comment.