Color Hex Logo

#b898cd Color Hex

#B898CD
(184,152,205)
0 Favorites   0 Comments

Color spaces of #b898cd

RGB 184152205
HSL0.770.350.70
HSV276°26°80°
CMYK 0.100.260.00   0.20
XYZ42.014837.054662.6954
Yxy37.05460.29640.2614
Hunter Lab60.872516.6756-18.4548
CIE-Lab67.318021.7535-22.7363

#b898cd color RGB value is (184,152,205).

#b898cd hex color red value is 184, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b898cd hue: 0.77 , saturation: 0.35 and the lightness value of b898cd is 0.70.

The process color (four color CMYK) of #b898cd color hex is 0.10, 0.26, 0.00, 0.20. Web safe color of #b898cd is #cc99cc. Color #b898cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11001101
Octal 270 230 315
Decimal 184 152 205
Hex B8 98 CD

RGB Percentages of Color #b898cd

%34.01
%28.10
%37.89

CMYK Percentages of Color #b898cd

%10
%26
%0
%20

Triadic Colors of #b898cd

#b898cd #cdb898 #98cdb8

Analogous Colors of #b898cd

#b898cd #cd98c8 #9e98cd

Monochromatic Colors of #b898cd

#b898cd

Complementary Color

#b898cd #adcd98

#b898cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898cd Color CSS Codes

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

#b898cd Text Font Color

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

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


#b898cd Background Color

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

This div background color is #b898cd


#b898cd Border Color

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

This div border color is #b898cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898cd


Comments

No comments written yet.

Please login to write comment.