Color Hex Logo

#b21cee Color Hex

#B21CEE
(178,28,238)
0 Favorites   0 Comments

Color spaces of #b21cee

RGB 17828238
HSL0.790.860.52
HSV283°88°93°
CMYK 0.250.880.00   0.07
XYZ34.208016.468582.2647
Yxy16.46850.25730.1239
Hunter Lab40.581479.4487-91.7829
CIE-Lab47.583281.5927-72.5315

#b21cee color RGB value is (178,28,238).

#b21cee hex color red value is 178, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b21cee hue: 0.79 , saturation: 0.86 and the lightness value of b21cee is 0.52.

The process color (four color CMYK) of #b21cee color hex is 0.25, 0.88, 0.00, 0.07. Web safe color of #b21cee is #9933ff. Color #b21cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011100 11101110
Octal 262 34 356
Decimal 178 28 238
Hex B2 1C EE

RGB Percentages of Color #b21cee

%40.09
%6.31
%53.60

CMYK Percentages of Color #b21cee

%25
%88
%0
%7

Triadic Colors of #b21cee

#b21cee #eeb21c #1ceeb2

Analogous Colors of #b21cee

#b21cee #ee1cc1 #491cee

Monochromatic Colors of #b21cee

#b21cee

Complementary Color

#b21cee #58ee1c

#b21cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21cee Color CSS Codes

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

#b21cee Text Font Color

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

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


#b21cee Background Color

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

This div background color is #b21cee


#b21cee Border Color

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

This div border color is #b21cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,28,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b21cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21cee


Comments

No comments written yet.

Please login to write comment.