Color Hex Logo

#b898dc Color Hex

#B898DC
(184,152,220)
0 Favorites   0 Comments

Color spaces of #b898dc

RGB 184152220
HSL0.750.490.73
HSV268°31°86°
CMYK 0.160.310.00   0.14
XYZ43.913737.814172.6945
Yxy37.81410.28440.2449
Hunter Lab61.493219.8579-27.0448
CIE-Lab67.883424.9702-30.1744

#b898dc color RGB value is (184,152,220).

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

The process color (four color CMYK) of #b898dc color hex is 0.16, 0.31, 0.00, 0.14. Web safe color of #b898dc is #cc99cc. Color #b898dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11011100
Octal 270 230 334
Decimal 184 152 220
Hex B8 98 DC

RGB Percentages of Color #b898dc

%33.09
%27.34
%39.57

CMYK Percentages of Color #b898dc

%16
%31
%0
%14

Triadic Colors of #b898dc

#b898dc #dcb898 #98dcb8

Analogous Colors of #b898dc

#b898dc #da98dc #989adc

Monochromatic Colors of #b898dc

#b898dc

Complementary Color

#b898dc #bcdc98

#b898dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898dc Color CSS Codes

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

#b898dc Text Font Color

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

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


#b898dc Background Color

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

This div background color is #b898dc


#b898dc Border Color

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

This div border color is #b898dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898dc


Comments

No comments written yet.

Please login to write comment.