Color Hex Logo

#b804d6 Color Hex

#B804D6
(184,4,214)
0 Favorites   0 Comments

Color spaces of #b804d6

RGB 1844214
HSL0.810.960.43
HSV291°98°84°
CMYK 0.140.980.00   0.16
XYZ31.948215.132264.8553
Yxy15.13220.28540.1352
Hunter Lab38.900178.5246-71.6197
CIE-Lab45.814781.2049-61.7000

#b804d6 color RGB value is (184,4,214).

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

The process color (four color CMYK) of #b804d6 color hex is 0.14, 0.98, 0.00, 0.16. Web safe color of #b804d6 is #cc00cc. Color #b804d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 11010110
Octal 270 4 326
Decimal 184 4 214
Hex B8 4 D6

RGB Percentages of Color #b804d6

%45.77
%1.00
%53.23

CMYK Percentages of Color #b804d6

%14
%98
%0
%16

Triadic Colors of #b804d6

#b804d6 #d6b804 #04d6b8

Analogous Colors of #b804d6

#b804d6 #d6048b #4f04d6

Monochromatic Colors of #b804d6

#b804d6

Complementary Color

#b804d6 #22d604

#b804d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b804d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b804d6 Color CSS Codes

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

#b804d6 Text Font Color

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

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


#b804d6 Background Color

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

This div background color is #b804d6


#b804d6 Border Color

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

This div border color is #b804d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b804d6


Comments

No comments written yet.

Please login to write comment.