Color Hex Logo

#b44093 Color Hex

#B44093
(180,64,147)
0 Favorites   0 Comments

Color spaces of #b44093

RGB 18064147
HSL0.880.480.48
HSV317°64°71°
CMYK 0.000.640.18   0.29
XYZ25.922215.476729.2248
Yxy15.47670.36700.2191
Hunter Lab39.340448.7715-16.5064
CIE-Lab46.280355.8013-21.6313

#b44093 color RGB value is (180,64,147).

#b44093 hex color red value is 180, green value is 64 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b44093 hue: 0.88 , saturation: 0.48 and the lightness value of b44093 is 0.48.

The process color (four color CMYK) of #b44093 color hex is 0.00, 0.64, 0.18, 0.29. Web safe color of #b44093 is #cc3399. Color #b44093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 10010011
Octal 264 100 223
Decimal 180 64 147
Hex B4 40 93

RGB Percentages of Color #b44093

%46.04
%16.37
%37.60

CMYK Percentages of Color #b44093

%0
%64
%18
%29

Triadic Colors of #b44093

#b44093 #93b440 #4093b4

Analogous Colors of #b44093

#b44093 #b44059 #9b40b4

Monochromatic Colors of #b44093

#b44093

Complementary Color

#b44093 #40b461

#b44093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44093 Color CSS Codes

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

#b44093 Text Font Color

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

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


#b44093 Background Color

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

This div background color is #b44093


#b44093 Border Color

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

This div border color is #b44093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,64,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b44093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b44093;
  -webkit-box-shadow: 1px 1px 3px 2px #b44093;
  box-shadow:         1px 1px 3px 2px #b44093; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,64,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44093


Comments

No comments written yet.

Please login to write comment.