Color Hex Logo

#b8417d Color Hex

#B8417D
(184,65,125)
0 Favorites   0 Comments

Color spaces of #b8417d

RGB 18465125
HSL0.920.480.49
HSV330°65°72°
CMYK 0.000.650.32   0.28
XYZ25.359115.451621.0479
Yxy15.45160.41000.2498
Hunter Lab39.308546.3658-4.2311
CIE-Lab46.246653.5814-8.3195

#b8417d color RGB value is (184,65,125).

#b8417d hex color red value is 184, green value is 65 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b8417d hue: 0.92 , saturation: 0.48 and the lightness value of b8417d is 0.49.

The process color (four color CMYK) of #b8417d color hex is 0.00, 0.65, 0.32, 0.28. Web safe color of #b8417d is #cc3366. Color #b8417d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000001 01111101
Octal 270 101 175
Decimal 184 65 125
Hex B8 41 7D

RGB Percentages of Color #b8417d

%49.20
%17.38
%33.42

CMYK Percentages of Color #b8417d

%0
%65
%32
%28

Triadic Colors of #b8417d

#b8417d #7db841 #417db8

Analogous Colors of #b8417d

#b8417d #b84141 #b841b8

Monochromatic Colors of #b8417d

#b8417d

Complementary Color

#b8417d #41b87c

#b8417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8417d Color CSS Codes

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

#b8417d Text Font Color

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

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


#b8417d Background Color

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

This div background color is #b8417d


#b8417d Border Color

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

This div border color is #b8417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8417d


Comments

No comments written yet.

Please login to write comment.