Color Hex Logo

#b993ce Color Hex

#B993CE
(185,147,206)
0 Favorites   0 Comments

Color spaces of #b993ce

RGB 185147206
HSL0.770.380.69
HSV279°29°81°
CMYK 0.100.290.00   0.19
XYZ41.581935.638063.0797
Yxy35.63800.29640.2540
Hunter Lab59.697619.8621-20.8607
CIE-Lab66.242425.0770-24.9300

#b993ce color RGB value is (185,147,206).

#b993ce hex color red value is 185, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b993ce hue: 0.77 , saturation: 0.38 and the lightness value of b993ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 11001110
Octal 271 223 316
Decimal 185 147 206
Hex B9 93 CE

RGB Percentages of Color #b993ce

%34.39
%27.32
%38.29

CMYK Percentages of Color #b993ce

%10
%29
%0
%19

Triadic Colors of #b993ce

#b993ce #ceb993 #93ceb9

Analogous Colors of #b993ce

#b993ce #ce93c6 #9c93ce

Monochromatic Colors of #b993ce

#b993ce

Complementary Color

#b993ce #a8ce93

#b993ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b993ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b993ce Color CSS Codes

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

#b993ce Text Font Color

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

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


#b993ce Background Color

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

This div background color is #b993ce


#b993ce Border Color

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

This div border color is #b993ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b993ce


Comments

No comments written yet.

Please login to write comment.