Color Hex Logo

#b41eca Color Hex

#B41ECA
(180,30,202)
0 Favorites   0 Comments

Color spaces of #b41eca

RGB 18030202
HSL0.810.740.45
HSV292°85°79°
CMYK 0.110.850.00   0.21
XYZ29.947314.896157.1740
Yxy14.89610.29360.1460
Hunter Lab38.595570.9611-60.8133
CIE-Lab45.491675.1832-55.3327

#b41eca color RGB value is (180,30,202).

#b41eca hex color red value is 180, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b41eca hue: 0.81 , saturation: 0.74 and the lightness value of b41eca is 0.45.

The process color (four color CMYK) of #b41eca color hex is 0.11, 0.85, 0.00, 0.21. Web safe color of #b41eca is #cc33cc. Color #b41eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 11001010
Octal 264 36 312
Decimal 180 30 202
Hex B4 1E CA

RGB Percentages of Color #b41eca

%43.69
%7.28
%49.03

CMYK Percentages of Color #b41eca

%11
%85
%0
%21

Triadic Colors of #b41eca

#b41eca #cab41e #1ecab4

Analogous Colors of #b41eca

#b41eca #ca1e8a #5e1eca

Monochromatic Colors of #b41eca

#b41eca

Complementary Color

#b41eca #34ca1e

#b41eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41eca Color CSS Codes

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

#b41eca Text Font Color

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

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


#b41eca Background Color

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

This div background color is #b41eca


#b41eca Border Color

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

This div border color is #b41eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41eca


Comments

No comments written yet.

Please login to write comment.