Color Hex Logo

#b84bfd Color Hex

#B84BFD
(184,75,253)
0 Favorites   0 Comments

Color spaces of #b84bfd

RGB 18475253
HSL0.770.980.64
HSV277°70°99°
CMYK 0.270.700.00   0.01
XYZ40.012922.314495.1267
Yxy22.31440.25410.1417
Hunter Lab47.238168.5311-86.3297
CIE-Lab54.359071.4631-69.8868

#b84bfd color RGB value is (184,75,253).

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

The process color (four color CMYK) of #b84bfd color hex is 0.27, 0.70, 0.00, 0.01. Web safe color of #b84bfd is #cc33ff. Color #b84bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001011 11111101
Octal 270 113 375
Decimal 184 75 253
Hex B8 4B FD

RGB Percentages of Color #b84bfd

%35.94
%14.65
%49.41

CMYK Percentages of Color #b84bfd

%27
%70
%0
%1

Triadic Colors of #b84bfd

#b84bfd #fdb84b #4bfdb8

Analogous Colors of #b84bfd

#b84bfd #fd4be9 #5f4bfd

Monochromatic Colors of #b84bfd

#b84bfd

Complementary Color

#b84bfd #90fd4b

#b84bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84bfd Color CSS Codes

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

#b84bfd Text Font Color

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

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


#b84bfd Background Color

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

This div background color is #b84bfd


#b84bfd Border Color

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

This div border color is #b84bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84bfd


Comments

No comments written yet.

Please login to write comment.