Color Hex Logo

#b805ed Color Hex

#B805ED
(184,5,237)
0 Favorites   0 Comments

Color spaces of #b805ed

RGB 1845237
HSL0.800.960.47
HSV286°98°93°
CMYK 0.220.980.00   0.07
XYZ35.107516.413381.4385
Yxy16.41330.26400.1234
Hunter Lab40.513383.7838-90.8234
CIE-Lab47.512184.9897-72.0423

#b805ed color RGB value is (184,5,237).

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

The process color (four color CMYK) of #b805ed color hex is 0.22, 0.98, 0.00, 0.07. Web safe color of #b805ed is #cc00ff. Color #b805ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000101 11101101
Octal 270 5 355
Decimal 184 5 237
Hex B8 5 ED

RGB Percentages of Color #b805ed

%43.19
%1.17
%55.63

CMYK Percentages of Color #b805ed

%22
%98
%0
%7

Triadic Colors of #b805ed

#b805ed #edb805 #05edb8

Analogous Colors of #b805ed

#b805ed #ed05ae #4405ed

Monochromatic Colors of #b805ed

#b805ed

Complementary Color

#b805ed #3aed05

#b805ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b805ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b805ed Color CSS Codes

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

#b805ed Text Font Color

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

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


#b805ed Background Color

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

This div background color is #b805ed


#b805ed Border Color

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

This div border color is #b805ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b805ed


Comments

No comments written yet.

Please login to write comment.