Color Hex Logo

#b299cd Color Hex

#B299CD
(178,153,205)
0 Favorites   0 Comments

Color spaces of #b299cd

RGB 178153205
HSL0.750.340.70
HSV269°25°80°
CMYK 0.130.250.00   0.20
XYZ40.770836.655262.6839
Yxy36.65520.29100.2616
Hunter Lab60.543514.2530-19.0056
CIE-Lab67.017519.2517-23.2441

#b299cd color RGB value is (178,153,205).

#b299cd hex color red value is 178, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b299cd hue: 0.75 , saturation: 0.34 and the lightness value of b299cd is 0.70.

The process color (four color CMYK) of #b299cd color hex is 0.13, 0.25, 0.00, 0.20. Web safe color of #b299cd is #9999cc. Color #b299cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 11001101
Octal 262 231 315
Decimal 178 153 205
Hex B2 99 CD

RGB Percentages of Color #b299cd

%33.21
%28.54
%38.25

CMYK Percentages of Color #b299cd

%13
%25
%0
%20

Triadic Colors of #b299cd

#b299cd #cdb299 #99cdb2

Analogous Colors of #b299cd

#b299cd #cc99cd #999acd

Monochromatic Colors of #b299cd

#b299cd

Complementary Color

#b299cd #b4cd99

#b299cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b299cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b299cd Color CSS Codes

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

#b299cd Text Font Color

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

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


#b299cd Background Color

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

This div background color is #b299cd


#b299cd Border Color

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

This div border color is #b299cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b299cd


Comments

No comments written yet.

Please login to write comment.