Color Hex Logo

#b84275 Color Hex

#B84275
(184,66,117)
0 Favorites   0 Comments

Color spaces of #b84275

RGB 18466117
HSL0.930.470.49
HSV334°64°72°
CMYK 0.000.640.36   0.28
XYZ24.926315.371118.4828
Yxy15.37110.42410.2615
Hunter Lab39.206044.8758-0.5068
CIE-Lab46.138352.2064-3.6036

#b84275 color RGB value is (184,66,117).

#b84275 hex color red value is 184, green value is 66 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b84275 hue: 0.93 , saturation: 0.47 and the lightness value of b84275 is 0.49.

The process color (four color CMYK) of #b84275 color hex is 0.00, 0.64, 0.36, 0.28. Web safe color of #b84275 is #cc3366. Color #b84275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 01110101
Octal 270 102 165
Decimal 184 66 117
Hex B8 42 75

RGB Percentages of Color #b84275

%50.14
%17.98
%31.88

CMYK Percentages of Color #b84275

%0
%64
%36
%28

Triadic Colors of #b84275

#b84275 #75b842 #4275b8

Analogous Colors of #b84275

#b84275 #b84a42 #b842b0

Monochromatic Colors of #b84275

#b84275

Complementary Color

#b84275 #42b885

#b84275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84275 Color CSS Codes

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

#b84275 Text Font Color

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

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


#b84275 Background Color

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

This div background color is #b84275


#b84275 Border Color

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

This div border color is #b84275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84275


Comments

No comments written yet.

Please login to write comment.