Color Hex Logo

#b804dd Color Hex

#B804DD
(184,4,221)
0 Favorites   0 Comments

Color spaces of #b804dd

RGB 1844221
HSL0.800.960.44
HSV290°98°87°
CMYK 0.170.980.00   0.13
XYZ32.861715.497669.6660
Yxy15.49760.27840.1313
Hunter Lab39.367080.1111-77.3660
CIE-Lab46.308382.3596-64.9108

#b804dd color RGB value is (184,4,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 11011101
Octal 270 4 335
Decimal 184 4 221
Hex B8 4 DD

RGB Percentages of Color #b804dd

%44.99
%0.98
%54.03

CMYK Percentages of Color #b804dd

%17
%98
%0
%13

Triadic Colors of #b804dd

#b804dd #ddb804 #04ddb8

Analogous Colors of #b804dd

#b804dd #dd0496 #4c04dd

Monochromatic Colors of #b804dd

#b804dd

Complementary Color

#b804dd #29dd04

#b804dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b804dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b804dd Color CSS Codes

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

#b804dd Text Font Color

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

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


#b804dd Background Color

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

This div background color is #b804dd


#b804dd Border Color

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

This div border color is #b804dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b804dd


Comments

No comments written yet.

Please login to write comment.