Color Hex Logo

#b84fda Color Hex

#B84FDA
(184,79,218)
0 Favorites   0 Comments

Color spaces of #b84fda

RGB 18479218
HSL0.790.650.58
HSV285°64°85°
CMYK 0.160.640.00   0.15
XYZ35.218020.844368.4968
Yxy20.84430.28270.1673
Hunter Lab45.655657.7949-56.9936
CIE-Lab52.778762.6651-52.7855

#b84fda color RGB value is (184,79,218).

#b84fda hex color red value is 184, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b84fda hue: 0.79 , saturation: 0.65 and the lightness value of b84fda is 0.58.

The process color (four color CMYK) of #b84fda color hex is 0.16, 0.64, 0.00, 0.15. Web safe color of #b84fda is #cc66cc. Color #b84fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001111 11011010
Octal 270 117 332
Decimal 184 79 218
Hex B8 4F DA

RGB Percentages of Color #b84fda

%38.25
%16.42
%45.32

CMYK Percentages of Color #b84fda

%16
%64
%0
%15

Triadic Colors of #b84fda

#b84fda #dab84f #4fdab8

Analogous Colors of #b84fda

#b84fda #da4fb7 #734fda

Monochromatic Colors of #b84fda

#b84fda

Complementary Color

#b84fda #71da4f

#b84fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84fda Color CSS Codes

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

#b84fda Text Font Color

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

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


#b84fda Background Color

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

This div background color is #b84fda


#b84fda Border Color

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

This div border color is #b84fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84fda


Comments

No comments written yet.

Please login to write comment.