Color Hex Logo

#b904d3 Color Hex

#B904D3
(185,4,211)
0 Favorites   0 Comments

Color spaces of #b904d3

RGB 1854211
HSL0.810.960.42
HSV292°98°83°
CMYK 0.120.980.00   0.17
XYZ31.808915.104362.8669
Yxy15.10430.28980.1376
Hunter Lab38.864378.0830-68.7027
CIE-Lab45.776780.8627-60.0279

#b904d3 color RGB value is (185,4,211).

#b904d3 hex color red value is 185, green value is 4 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b904d3 hue: 0.81 , saturation: 0.96 and the lightness value of b904d3 is 0.42.

The process color (four color CMYK) of #b904d3 color hex is 0.12, 0.98, 0.00, 0.17. Web safe color of #b904d3 is #cc00cc. Color #b904d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000100 11010011
Octal 271 4 323
Decimal 185 4 211
Hex B9 4 D3

RGB Percentages of Color #b904d3

%46.25
%1.00
%52.75

CMYK Percentages of Color #b904d3

%12
%98
%0
%17

Triadic Colors of #b904d3

#b904d3 #d3b904 #04d3b9

Analogous Colors of #b904d3

#b904d3 #d30486 #5104d3

Monochromatic Colors of #b904d3

#b904d3

Complementary Color

#b904d3 #1ed304

#b904d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b904d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b904d3 Color CSS Codes

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

#b904d3 Text Font Color

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

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


#b904d3 Background Color

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

This div background color is #b904d3


#b904d3 Border Color

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

This div border color is #b904d3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,4,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b904d3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b904d3;
  -webkit-box-shadow: 1px 1px 3px 2px #b904d3;
  box-shadow:         1px 1px 3px 2px #b904d3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b904d3


Comments

No comments written yet.

Please login to write comment.