Color Hex Logo

#b893fd Color Hex

#B893FD
(184,147,253)
0 Favorites   0 Comments

Color spaces of #b893fd

RGB 184147253
HSL0.720.960.78
HSV261°42°99°
CMYK 0.270.420.00   0.01
XYZ47.930538.149697.7659
Yxy38.14960.26070.2075
Hunter Lab61.765430.4283-50.6120
CIE-Lab68.130735.3475-47.8945

#b893fd color RGB value is (184,147,253).

#b893fd hex color red value is 184, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b893fd hue: 0.72 , saturation: 0.96 and the lightness value of b893fd is 0.78.

The process color (four color CMYK) of #b893fd color hex is 0.27, 0.42, 0.00, 0.01. Web safe color of #b893fd is #cc99ff. Color #b893fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010011 11111101
Octal 270 223 375
Decimal 184 147 253
Hex B8 93 FD

RGB Percentages of Color #b893fd

%31.51
%25.17
%43.32

CMYK Percentages of Color #b893fd

%27
%42
%0
%1

Triadic Colors of #b893fd

#b893fd #fdb893 #93fdb8

Analogous Colors of #b893fd

#b893fd #ed93fd #93a3fd

Monochromatic Colors of #b893fd

#b893fd

Complementary Color

#b893fd #d8fd93

#b893fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b893fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b893fd Color CSS Codes

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

#b893fd Text Font Color

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

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


#b893fd Background Color

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

This div background color is #b893fd


#b893fd Border Color

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

This div border color is #b893fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b893fd


Comments

No comments written yet.

Please login to write comment.