Color Hex Logo

#b84cfd Color Hex

#B84CFD
(184,76,253)
0 Favorites   0 Comments

Color spaces of #b84cfd

RGB 18476253
HSL0.770.980.65
HSV277°70°99°
CMYK 0.270.700.00   0.01
XYZ40.081222.451195.1495
Yxy22.45110.25420.1424
Hunter Lab47.382668.0746-85.8931
CIE-Lab54.502471.0581-69.6548

#b84cfd color RGB value is (184,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 11111101
Octal 270 114 375
Decimal 184 76 253
Hex B8 4C FD

RGB Percentages of Color #b84cfd

%35.87
%14.81
%49.32

CMYK Percentages of Color #b84cfd

%27
%70
%0
%1

Triadic Colors of #b84cfd

#b84cfd #fdb84c #4cfdb8

Analogous Colors of #b84cfd

#b84cfd #fd4cea #5f4cfd

Monochromatic Colors of #b84cfd

#b84cfd

Complementary Color

#b84cfd #91fd4c

#b84cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84cfd Color CSS Codes

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

#b84cfd Text Font Color

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

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


#b84cfd Background Color

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

This div background color is #b84cfd


#b84cfd Border Color

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

This div border color is #b84cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.