Color Hex Logo

#b34274 Color Hex

#B34274
(179,66,116)
0 Favorites   0 Comments

Color spaces of #b34274

RGB 17966116
HSL0.930.460.48
HSV333°63°70°
CMYK 0.000.630.35   0.30
XYZ23.691014.741118.1197
Yxy14.74110.41890.2607
Hunter Lab38.394142.9532-1.1054
CIE-Lab45.277550.5400-4.3578

#b34274 color RGB value is (179,66,116).

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

The process color (four color CMYK) of #b34274 color hex is 0.00, 0.63, 0.35, 0.30. Web safe color of #b34274 is #cc3366. Color #b34274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 01110100
Octal 263 102 164
Decimal 179 66 116
Hex B3 42 74

RGB Percentages of Color #b34274

%49.58
%18.28
%32.13

CMYK Percentages of Color #b34274

%0
%63
%35
%30

Triadic Colors of #b34274

#b34274 #74b342 #4274b3

Analogous Colors of #b34274

#b34274 #b34942 #b342ad

Monochromatic Colors of #b34274

#b34274

Complementary Color

#b34274 #42b381

#b34274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34274 Color CSS Codes

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

#b34274 Text Font Color

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

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


#b34274 Background Color

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

This div background color is #b34274


#b34274 Border Color

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

This div border color is #b34274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,66,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34274


Comments

No comments written yet.

Please login to write comment.