Color Hex Logo

#b893da Color Hex

#B893DA
(184,147,218)
0 Favorites   0 Comments

Color spaces of #b893da

RGB 184147218
HSL0.750.490.72
HSV271°33°85°
CMYK 0.160.330.00   0.15
XYZ42.855836.119771.0427
Yxy36.11970.28570.2408
Hunter Lab60.099722.1102-28.0158
CIE-Lab66.611327.3242-31.0336

#b893da color RGB value is (184,147,218).

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

The process color (four color CMYK) of #b893da color hex is 0.16, 0.33, 0.00, 0.15. Web safe color of #b893da is #cc99cc. Color #b893da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010011 11011010
Octal 270 223 332
Decimal 184 147 218
Hex B8 93 DA

RGB Percentages of Color #b893da

%33.52
%26.78
%39.71

CMYK Percentages of Color #b893da

%16
%33
%0
%15

Triadic Colors of #b893da

#b893da #dab893 #93dab8

Analogous Colors of #b893da

#b893da #da93d9 #9593da

Monochromatic Colors of #b893da

#b893da

Complementary Color

#b893da #b5da93

#b893da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b893da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b893da Color CSS Codes

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

#b893da Text Font Color

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

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


#b893da Background Color

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

This div background color is #b893da


#b893da Border Color

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

This div border color is #b893da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b893da


Comments

No comments written yet.

Please login to write comment.