Color Hex Logo

#b53eca Color Hex

#B53ECA
(181,62,202)
0 Favorites   0 Comments

Color spaces of #b53eca

RGB 18162202
HSL0.810.570.52
HSV291°69°79°
CMYK 0.100.690.00   0.21
XYZ31.439317.533357.6043
Yxy17.53330.29500.1645
Hunter Lab41.872860.7456-52.2542
CIE-Lab48.925165.9424-49.8166

#b53eca color RGB value is (181,62,202).

#b53eca hex color red value is 181, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b53eca hue: 0.81 , saturation: 0.57 and the lightness value of b53eca is 0.52.

The process color (four color CMYK) of #b53eca color hex is 0.10, 0.69, 0.00, 0.21. Web safe color of #b53eca is #cc33cc. Color #b53eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 11001010
Octal 265 76 312
Decimal 181 62 202
Hex B5 3E CA

RGB Percentages of Color #b53eca

%40.67
%13.93
%45.39

CMYK Percentages of Color #b53eca

%10
%69
%0
%21

Triadic Colors of #b53eca

#b53eca #cab53e #3ecab5

Analogous Colors of #b53eca

#b53eca #ca3e99 #6f3eca

Monochromatic Colors of #b53eca

#b53eca

Complementary Color

#b53eca #53ca3e

#b53eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53eca Color CSS Codes

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

#b53eca Text Font Color

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

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


#b53eca Background Color

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

This div background color is #b53eca


#b53eca Border Color

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

This div border color is #b53eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53eca


Comments

No comments written yet.

Please login to write comment.