Color Hex Logo

#b55eca Color Hex

#B55ECA
(181,94,202)
0 Favorites   0 Comments

Color spaces of #b55eca

RGB 18194202
HSL0.800.500.58
HSV288°53°79°
CMYK 0.100.530.00   0.21
XYZ33.719422.093458.3644
Yxy22.09340.29530.1935
Hunter Lab47.003645.7958-40.7179
CIE-Lab54.126051.6899-41.5580

#b55eca color RGB value is (181,94,202).

#b55eca hex color red value is 181, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b55eca hue: 0.80 , saturation: 0.50 and the lightness value of b55eca is 0.58.

The process color (four color CMYK) of #b55eca color hex is 0.10, 0.53, 0.00, 0.21. Web safe color of #b55eca is #cc66cc. Color #b55eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011110 11001010
Octal 265 136 312
Decimal 181 94 202
Hex B5 5E CA

RGB Percentages of Color #b55eca

%37.95
%19.71
%42.35

CMYK Percentages of Color #b55eca

%10
%53
%0
%21

Triadic Colors of #b55eca

#b55eca #cab55e #5ecab5

Analogous Colors of #b55eca

#b55eca #ca5ea9 #7f5eca

Monochromatic Colors of #b55eca

#b55eca

Complementary Color

#b55eca #73ca5e

#b55eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55eca Color CSS Codes

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

#b55eca Text Font Color

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

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


#b55eca Background Color

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

This div background color is #b55eca


#b55eca Border Color

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

This div border color is #b55eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,94,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55eca;
  -webkit-box-shadow: 1px 1px 3px 2px #b55eca;
  box-shadow:         1px 1px 3px 2px #b55eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,94,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55eca


Comments

No comments written yet.

Please login to write comment.