Color Hex Logo

#b892cd Color Hex

#B892CD
(184,146,205)
0 Favorites   0 Comments

Color spaces of #b892cd

RGB 184146205
HSL0.770.370.69
HSV279°29°80°
CMYK 0.100.290.00   0.20
XYZ41.065535.155962.3790
Yxy35.15590.29630.2536
Hunter Lab59.292419.8661-20.8718
CIE-Lab65.869925.1049-24.9526

#b892cd color RGB value is (184,146,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 11001101
Octal 270 222 315
Decimal 184 146 205
Hex B8 92 CD

RGB Percentages of Color #b892cd

%34.39
%27.29
%38.32

CMYK Percentages of Color #b892cd

%10
%29
%0
%20

Triadic Colors of #b892cd

#b892cd #cdb892 #92cdb8

Analogous Colors of #b892cd

#b892cd #cd92c5 #9b92cd

Monochromatic Colors of #b892cd

#b892cd

Complementary Color

#b892cd #a7cd92

#b892cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b892cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b892cd Color CSS Codes

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

#b892cd Text Font Color

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

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


#b892cd Background Color

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

This div background color is #b892cd


#b892cd Border Color

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

This div border color is #b892cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b892cd


Comments

No comments written yet.

Please login to write comment.