Color Hex Logo

#b97cdc Color Hex

#B97CDC
(185,124,220)
0 Favorites   0 Comments

Color spaces of #b97cdc

RGB 185124220
HSL0.770.580.67
HSV278°44°86°
CMYK 0.160.440.00   0.14
XYZ40.133529.896971.3656
Yxy29.89690.28380.2114
Hunter Lab54.678135.3318-39.1104
CIE-Lab61.565240.7782-39.9962

#b97cdc color RGB value is (185,124,220).

#b97cdc hex color red value is 185, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b97cdc hue: 0.77 , saturation: 0.58 and the lightness value of b97cdc is 0.67.

The process color (four color CMYK) of #b97cdc color hex is 0.16, 0.44, 0.00, 0.14. Web safe color of #b97cdc is #cc66cc. Color #b97cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 11011100
Octal 271 174 334
Decimal 185 124 220
Hex B9 7C DC

RGB Percentages of Color #b97cdc

%34.97
%23.44
%41.59

CMYK Percentages of Color #b97cdc

%16
%44
%0
%14

Triadic Colors of #b97cdc

#b97cdc #dcb97c #7cdcb9

Analogous Colors of #b97cdc

#b97cdc #dc7ccf #897cdc

Monochromatic Colors of #b97cdc

#b97cdc

Complementary Color

#b97cdc #9fdc7c

#b97cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97cdc Color CSS Codes

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

#b97cdc Text Font Color

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

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


#b97cdc Background Color

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

This div background color is #b97cdc


#b97cdc Border Color

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

This div border color is #b97cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,124,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b97cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b97cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #b97cdc;
  box-shadow:         1px 1px 3px 2px #b97cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,124,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97cdc


Comments

No comments written yet.

Please login to write comment.