Color Hex Logo

#b34293 Color Hex

#B34293
(179,66,147)
0 Favorites   0 Comments

Color spaces of #b34293

RGB 17966147
HSL0.880.460.48
HSV317°63°70°
CMYK 0.000.630.18   0.30
XYZ25.805115.586729.2522
Yxy15.58670.36530.2206
Hunter Lab39.480047.5820-16.2942
CIE-Lab46.427554.6778-21.4178

#b34293 color RGB value is (179,66,147).

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

The process color (four color CMYK) of #b34293 color hex is 0.00, 0.63, 0.18, 0.30. Web safe color of #b34293 is #cc3399. Color #b34293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 10010011
Octal 263 102 223
Decimal 179 66 147
Hex B3 42 93

RGB Percentages of Color #b34293

%45.66
%16.84
%37.50

CMYK Percentages of Color #b34293

%0
%63
%18
%30

Triadic Colors of #b34293

#b34293 #93b342 #4293b3

Analogous Colors of #b34293

#b34293 #b3425b #9b42b3

Monochromatic Colors of #b34293

#b34293

Complementary Color

#b34293 #42b362

#b34293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34293 Color CSS Codes

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

#b34293 Text Font Color

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

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


#b34293 Background Color

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

This div background color is #b34293


#b34293 Border Color

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

This div border color is #b34293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34293


Comments

No comments written yet.

Please login to write comment.