Color Hex Logo

#b12eca Color Hex

#B12ECA
(177,46,202)
0 Favorites   0 Comments

Color spaces of #b12eca

RGB 17746202
HSL0.810.630.49
HSV290°77°79°
CMYK 0.120.770.00   0.21
XYZ29.769115.565457.3125
Yxy15.56540.29000.1516
Hunter Lab39.453065.6436-58.5121
CIE-Lab46.399170.5953-53.8983

#b12eca color RGB value is (177,46,202).

#b12eca hex color red value is 177, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b12eca hue: 0.81 , saturation: 0.63 and the lightness value of b12eca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 11001010
Octal 261 56 312
Decimal 177 46 202
Hex B1 2E CA

RGB Percentages of Color #b12eca

%41.65
%10.82
%47.53

CMYK Percentages of Color #b12eca

%12
%77
%0
%21

Triadic Colors of #b12eca

#b12eca #cab12e #2ecab1

Analogous Colors of #b12eca

#b12eca #ca2e95 #632eca

Monochromatic Colors of #b12eca

#b12eca

Complementary Color

#b12eca #47ca2e

#b12eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12eca Color CSS Codes

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

#b12eca Text Font Color

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

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


#b12eca Background Color

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

This div background color is #b12eca


#b12eca Border Color

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

This div border color is #b12eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12eca


Comments

No comments written yet.

Please login to write comment.