Color Hex Logo

#b31eca Color Hex

#B31ECA
(179,30,202)
0 Favorites   0 Comments

Color spaces of #b31eca

RGB 17930202
HSL0.810.740.45
HSV292°85°79°
CMYK 0.110.850.00   0.21
XYZ29.715314.776557.1631
Yxy14.77650.29230.1454
Hunter Lab38.440270.7148-61.2599
CIE-Lab45.326575.0136-55.6070

#b31eca color RGB value is (179,30,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011110 11001010
Octal 263 36 312
Decimal 179 30 202
Hex B3 1E CA

RGB Percentages of Color #b31eca

%43.55
%7.30
%49.15

CMYK Percentages of Color #b31eca

%11
%85
%0
%21

Triadic Colors of #b31eca

#b31eca #cab31e #1ecab3

Analogous Colors of #b31eca

#b31eca #ca1e8b #5d1eca

Monochromatic Colors of #b31eca

#b31eca

Complementary Color

#b31eca #35ca1e

#b31eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31eca Color CSS Codes

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

#b31eca Text Font Color

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

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


#b31eca Background Color

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

This div background color is #b31eca


#b31eca Border Color

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

This div border color is #b31eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31eca


Comments

No comments written yet.

Please login to write comment.