Color Hex Logo

#b898cc Color Hex

#B898CC
(184,152,204)
0 Favorites   0 Comments

Color spaces of #b898cc

RGB 184152204
HSL0.770.340.70
HSV277°25°80°
CMYK 0.100.250.00   0.20
XYZ41.894537.006562.0616
Yxy37.00650.29720.2625
Hunter Lab60.833016.4718-17.9044
CIE-Lab67.281921.5451-22.2359

#b898cc color RGB value is (184,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11001100
Octal 270 230 314
Decimal 184 152 204
Hex B8 98 CC

RGB Percentages of Color #b898cc

%34.07
%28.15
%37.78

CMYK Percentages of Color #b898cc

%10
%25
%0
%20

Triadic Colors of #b898cc

#b898cc #ccb898 #98ccb8

Analogous Colors of #b898cc

#b898cc #cc98c6 #9e98cc

Monochromatic Colors of #b898cc

#b898cc

Complementary Color

#b898cc #accc98

#b898cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898cc Color CSS Codes

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

#b898cc Text Font Color

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

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


#b898cc Background Color

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

This div background color is #b898cc


#b898cc Border Color

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

This div border color is #b898cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898cc


Comments

No comments written yet.

Please login to write comment.