Color Hex Logo

#b798cd Color Hex

#B798CD
(183,152,205)
0 Favorites   0 Comments

Color spaces of #b798cd

RGB 183152205
HSL0.760.350.70
HSV275°26°80°
CMYK 0.110.260.00   0.20
XYZ41.776136.931562.6843
Yxy36.93150.29550.2612
Hunter Lab60.771316.3568-18.6165
CIE-Lab67.225621.4290-22.8857

#b798cd color RGB value is (183,152,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011000 11001101
Octal 267 230 315
Decimal 183 152 205
Hex B7 98 CD

RGB Percentages of Color #b798cd

%33.89
%28.15
%37.96

CMYK Percentages of Color #b798cd

%11
%26
%0
%20

Triadic Colors of #b798cd

#b798cd #cdb798 #98cdb7

Analogous Colors of #b798cd

#b798cd #cd98c9 #9d98cd

Monochromatic Colors of #b798cd

#b798cd

Complementary Color

#b798cd #aecd98

#b798cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b798cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b798cd Color CSS Codes

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

#b798cd Text Font Color

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

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


#b798cd Background Color

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

This div background color is #b798cd


#b798cd Border Color

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

This div border color is #b798cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b798cd


Comments

No comments written yet.

Please login to write comment.