Color Hex Logo

#b853ce Color Hex

#B853CE
(184,83,206)
0 Favorites   0 Comments

Color spaces of #b853ce

RGB 18483206
HSL0.800.560.57
HSV289°60°81°
CMYK 0.110.600.00   0.19
XYZ34.001020.833160.6217
Yxy20.83310.29450.1804
Hunter Lab45.643353.0940-46.7964
CIE-Lab52.766358.5329-45.9702

#b853ce color RGB value is (184,83,206).

#b853ce hex color red value is 184, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b853ce hue: 0.80 , saturation: 0.56 and the lightness value of b853ce is 0.57.

The process color (four color CMYK) of #b853ce color hex is 0.11, 0.60, 0.00, 0.19. Web safe color of #b853ce is #cc66cc. Color #b853ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010011 11001110
Octal 270 123 316
Decimal 184 83 206
Hex B8 53 CE

RGB Percentages of Color #b853ce

%38.90
%17.55
%43.55

CMYK Percentages of Color #b853ce

%11
%60
%0
%19

Triadic Colors of #b853ce

#b853ce #ceb853 #53ceb8

Analogous Colors of #b853ce

#b853ce #ce53a7 #7b53ce

Monochromatic Colors of #b853ce

#b853ce

Complementary Color

#b853ce #69ce53

#b853ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b853ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b853ce Color CSS Codes

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

#b853ce Text Font Color

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

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


#b853ce Background Color

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

This div background color is #b853ce


#b853ce Border Color

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

This div border color is #b853ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b853ce


Comments

No comments written yet.

Please login to write comment.