Color Hex Logo

#b804da Color Hex

#B804DA
(184,4,218)
0 Favorites   0 Comments

Color spaces of #b804da

RGB 1844218
HSL0.810.960.44
HSV290°98°85°
CMYK 0.160.980.00   0.15
XYZ32.465515.339167.5793
Yxy15.33910.28140.1329
Hunter Lab39.165279.4264-74.8890
CIE-Lab46.095281.8623-63.5402

#b804da color RGB value is (184,4,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 11011010
Octal 270 4 332
Decimal 184 4 218
Hex B8 4 DA

RGB Percentages of Color #b804da

%45.32
%0.99
%53.69

CMYK Percentages of Color #b804da

%16
%98
%0
%15

Triadic Colors of #b804da

#b804da #dab804 #04dab8

Analogous Colors of #b804da

#b804da #da0491 #4d04da

Monochromatic Colors of #b804da

#b804da

Complementary Color

#b804da #26da04

#b804da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b804da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b804da Color CSS Codes

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

#b804da Text Font Color

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

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


#b804da Background Color

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

This div background color is #b804da


#b804da Border Color

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

This div border color is #b804da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b804da


Comments

No comments written yet.

Please login to write comment.