Color Hex Logo

#b868fd Color Hex

#B868FD
(184,104,253)
0 Favorites   0 Comments

Color spaces of #b868fd

RGB 184104253
HSL0.760.970.70
HSV272°59°99°
CMYK 0.270.590.00   0.01
XYZ42.447127.182895.9381
Yxy27.18280.25640.1642
Hunter Lab52.137154.0846-72.6042
CIE-Lab59.143158.2917-62.1803

#b868fd color RGB value is (184,104,253).

#b868fd hex color red value is 184, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b868fd hue: 0.76 , saturation: 0.97 and the lightness value of b868fd is 0.70.

The process color (four color CMYK) of #b868fd color hex is 0.27, 0.59, 0.00, 0.01. Web safe color of #b868fd is #cc66ff. Color #b868fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101000 11111101
Octal 270 150 375
Decimal 184 104 253
Hex B8 68 FD

RGB Percentages of Color #b868fd

%34.01
%19.22
%46.77

CMYK Percentages of Color #b868fd

%27
%59
%0
%1

Triadic Colors of #b868fd

#b868fd #fdb868 #68fdb8

Analogous Colors of #b868fd

#b868fd #fd68f8 #6e68fd

Monochromatic Colors of #b868fd

#b868fd

Complementary Color

#b868fd #adfd68

#b868fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b868fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b868fd Color CSS Codes

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

#b868fd Text Font Color

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

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


#b868fd Background Color

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

This div background color is #b868fd


#b868fd Border Color

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

This div border color is #b868fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b868fd


Comments

No comments written yet.

Please login to write comment.