Color Hex Logo

#b793ce Color Hex

#B793CE
(183,147,206)
0 Favorites   0 Comments

Color spaces of #b793ce

RGB 183147206
HSL0.770.380.69
HSV277°29°81°
CMYK 0.110.290.00   0.19
XYZ41.102735.390963.0573
Yxy35.39090.29450.2536
Hunter Lab59.490319.2204-21.2019
CIE-Lab66.051924.4345-25.2387

#b793ce color RGB value is (183,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010011 11001110
Octal 267 223 316
Decimal 183 147 206
Hex B7 93 CE

RGB Percentages of Color #b793ce

%34.14
%27.43
%38.43

CMYK Percentages of Color #b793ce

%11
%29
%0
%19

Triadic Colors of #b793ce

#b793ce #ceb793 #93ceb7

Analogous Colors of #b793ce

#b793ce #ce93c8 #9a93ce

Monochromatic Colors of #b793ce

#b793ce

Complementary Color

#b793ce #aace93

#b793ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b793ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b793ce Color CSS Codes

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

#b793ce Text Font Color

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

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


#b793ce Background Color

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

This div background color is #b793ce


#b793ce Border Color

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

This div border color is #b793ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b793ce


Comments

No comments written yet.

Please login to write comment.