Color Hex Logo

#b807fd Color Hex

#B807FD
(184,7,253)
0 Favorites   0 Comments

Color spaces of #b807fd

RGB 1847253
HSL0.790.980.51
HSV283°97°99°
CMYK 0.270.970.00   0.01
XYZ37.572817.434294.3133
Yxy17.43420.25160.1168
Hunter Lab41.754387.5541-104.6945
CIE-Lab48.802587.6356-78.9204

#b807fd color RGB value is (184,7,253).

#b807fd hex color red value is 184, green value is 7 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b807fd hue: 0.79 , saturation: 0.98 and the lightness value of b807fd is 0.51.

The process color (four color CMYK) of #b807fd color hex is 0.27, 0.97, 0.00, 0.01. Web safe color of #b807fd is #cc00ff. Color #b807fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 11111101
Octal 270 7 375
Decimal 184 7 253
Hex B8 7 FD

RGB Percentages of Color #b807fd

%41.44
%1.58
%56.98

CMYK Percentages of Color #b807fd

%27
%97
%0
%1

Triadic Colors of #b807fd

#b807fd #fdb807 #07fdb8

Analogous Colors of #b807fd

#b807fd #fd07c7 #3d07fd

Monochromatic Colors of #b807fd

#b807fd

Complementary Color

#b807fd #4cfd07

#b807fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b807fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b807fd Color CSS Codes

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

#b807fd Text Font Color

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

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


#b807fd Background Color

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

This div background color is #b807fd


#b807fd Border Color

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

This div border color is #b807fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b807fd

Related Colors


Comments

No comments written yet.

Please login to write comment.