Color Hex Logo

#b53ecf Color Hex

#B53ECF
(181,62,207)
0 Favorites   0 Comments

Color spaces of #b53ecf

RGB 18162207
HSL0.800.600.53
HSV289°70°81°
CMYK 0.130.700.00   0.19
XYZ32.041217.774060.7735
Yxy17.77400.28970.1607
Hunter Lab42.159261.8822-55.9565
CIE-Lab49.220866.8604-52.2204

#b53ecf color RGB value is (181,62,207).

#b53ecf hex color red value is 181, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b53ecf hue: 0.80 , saturation: 0.60 and the lightness value of b53ecf is 0.53.

The process color (four color CMYK) of #b53ecf color hex is 0.13, 0.70, 0.00, 0.19. Web safe color of #b53ecf is #cc33cc. Color #b53ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 11001111
Octal 265 76 317
Decimal 181 62 207
Hex B5 3E CF

RGB Percentages of Color #b53ecf

%40.22
%13.78
%46.00

CMYK Percentages of Color #b53ecf

%13
%70
%0
%19

Triadic Colors of #b53ecf

#b53ecf #cfb53e #3ecfb5

Analogous Colors of #b53ecf

#b53ecf #cf3ea1 #6d3ecf

Monochromatic Colors of #b53ecf

#b53ecf

Complementary Color

#b53ecf #58cf3e

#b53ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53ecf Color CSS Codes

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

#b53ecf Text Font Color

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

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


#b53ecf Background Color

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

This div background color is #b53ecf


#b53ecf Border Color

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

This div border color is #b53ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53ecf


Comments

No comments written yet.

Please login to write comment.