Color Hex Logo

#b80ffd Color Hex

#B80FFD
(184,15,253)
0 Favorites   0 Comments

Color spaces of #b80ffd

RGB 18415253
HSL0.790.980.53
HSV283°94°99°
CMYK 0.270.940.00   0.01
XYZ37.667617.623894.3449
Yxy17.62380.25170.1178
Hunter Lab41.980786.6946-103.8583
CIE-Lab49.036686.9351-78.5381

#b80ffd color RGB value is (184,15,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001111 11111101
Octal 270 17 375
Decimal 184 15 253
Hex B8 F FD

RGB Percentages of Color #b80ffd

%40.71
%3.32
%55.97

CMYK Percentages of Color #b80ffd

%27
%94
%0
%1

Triadic Colors of #b80ffd

#b80ffd #fdb80f #0ffdb8

Analogous Colors of #b80ffd

#b80ffd #fd0fcb #410ffd

Monochromatic Colors of #b80ffd

#b80ffd

Complementary Color

#b80ffd #54fd0f

#b80ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ffd Color CSS Codes

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

#b80ffd Text Font Color

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

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


#b80ffd Background Color

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

This div background color is #b80ffd


#b80ffd Border Color

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

This div border color is #b80ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,15,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 #b80ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ffd


Comments

No comments written yet.

Please login to write comment.