Color Hex Logo

#b13ace Color Hex

#B13ACE
(177,58,206)
0 Favorites   0 Comments

Color spaces of #b13ace

RGB 17758206
HSL0.800.600.52
HSV288°72°81°
CMYK 0.140.720.00   0.19
XYZ30.785116.829560.0184
Yxy16.82950.28600.1564
Hunter Lab41.023862.1585-58.0255
CIE-Lab48.044567.3228-53.5637

#b13ace color RGB value is (177,58,206).

#b13ace hex color red value is 177, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b13ace hue: 0.80 , saturation: 0.60 and the lightness value of b13ace is 0.52.

The process color (four color CMYK) of #b13ace color hex is 0.14, 0.72, 0.00, 0.19. Web safe color of #b13ace is #9933cc. Color #b13ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111010 11001110
Octal 261 72 316
Decimal 177 58 206
Hex B1 3A CE

RGB Percentages of Color #b13ace

%40.14
%13.15
%46.71

CMYK Percentages of Color #b13ace

%14
%72
%0
%19

Triadic Colors of #b13ace

#b13ace #ceb13a #3aceb1

Analogous Colors of #b13ace

#b13ace #ce3aa1 #673ace

Monochromatic Colors of #b13ace

#b13ace

Complementary Color

#b13ace #57ce3a

#b13ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13ace Color CSS Codes

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

#b13ace Text Font Color

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

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


#b13ace Background Color

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

This div background color is #b13ace


#b13ace Border Color

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

This div border color is #b13ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13ace


Comments

No comments written yet.

Please login to write comment.