Color Hex Logo

#b21eca Color Hex

#B21ECA
(178,30,202)
0 Favorites   0 Comments

Color spaces of #b21eca

RGB 17830202
HSL0.810.740.45
HSV292°85°79°
CMYK 0.120.850.00   0.21
XYZ29.485014.657857.1523
Yxy14.65780.29110.1447
Hunter Lab38.285570.4694-61.7078
CIE-Lab45.161974.8443-55.8807

#b21eca color RGB value is (178,30,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011110 11001010
Octal 262 36 312
Decimal 178 30 202
Hex B2 1E CA

RGB Percentages of Color #b21eca

%43.41
%7.32
%49.27

CMYK Percentages of Color #b21eca

%12
%85
%0
%21

Triadic Colors of #b21eca

#b21eca #cab21e #1ecab2

Analogous Colors of #b21eca

#b21eca #ca1e8c #5c1eca

Monochromatic Colors of #b21eca

#b21eca

Complementary Color

#b21eca #36ca1e

#b21eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21eca Color CSS Codes

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

#b21eca Text Font Color

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

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


#b21eca Background Color

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

This div background color is #b21eca


#b21eca Border Color

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

This div border color is #b21eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21eca


Comments

No comments written yet.

Please login to write comment.