Color Hex Logo

#b883ce Color Hex

#B883CE
(184,131,206)
0 Favorites   0 Comments

Color spaces of #b883ce

RGB 184131206
HSL0.780.430.66
HSV282°36°81°
CMYK 0.110.360.00   0.19
XYZ39.024030.879262.2960
Yxy30.87920.29520.2336
Hunter Lab55.569128.1078-27.5690
CIE-Lab62.405533.6669-30.8519

#b883ce color RGB value is (184,131,206).

#b883ce hex color red value is 184, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b883ce hue: 0.78 , saturation: 0.43 and the lightness value of b883ce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000011 11001110
Octal 270 203 316
Decimal 184 131 206
Hex B8 83 CE

RGB Percentages of Color #b883ce

%35.32
%25.14
%39.54

CMYK Percentages of Color #b883ce

%11
%36
%0
%19

Triadic Colors of #b883ce

#b883ce #ceb883 #83ceb8

Analogous Colors of #b883ce

#b883ce #ce83bf #9383ce

Monochromatic Colors of #b883ce

#b883ce

Complementary Color

#b883ce #99ce83

#b883ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b883ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b883ce Color CSS Codes

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

#b883ce Text Font Color

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

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


#b883ce Background Color

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

This div background color is #b883ce


#b883ce Border Color

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

This div border color is #b883ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b883ce


Comments

No comments written yet.

Please login to write comment.