Color Hex Logo

#b13eca Color Hex

#B13ECA
(177,62,202)
0 Favorites   0 Comments

Color spaces of #b13eca

RGB 17762202
HSL0.800.570.52
HSV289°69°79°
CMYK 0.120.690.00   0.21
XYZ30.514817.056657.5611
Yxy17.05660.29030.1622
Hunter Lab41.299659.6128-53.7253
CIE-Lab48.331365.0787-50.8000

#b13eca color RGB value is (177,62,202).

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

The process color (four color CMYK) of #b13eca color hex is 0.12, 0.69, 0.00, 0.21. Web safe color of #b13eca is #9933cc. Color #b13eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111110 11001010
Octal 261 76 312
Decimal 177 62 202
Hex B1 3E CA

RGB Percentages of Color #b13eca

%40.14
%14.06
%45.80

CMYK Percentages of Color #b13eca

%12
%69
%0
%21

Triadic Colors of #b13eca

#b13eca #cab13e #3ecab1

Analogous Colors of #b13eca

#b13eca #ca3e9d #6b3eca

Monochromatic Colors of #b13eca

#b13eca

Complementary Color

#b13eca #57ca3e

#b13eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13eca Color CSS Codes

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

#b13eca Text Font Color

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

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


#b13eca Background Color

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

This div background color is #b13eca


#b13eca Border Color

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

This div border color is #b13eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13eca


Comments

No comments written yet.

Please login to write comment.