Color Hex Logo

#b214ff Color Hex

#B214FF
(178,20,255)
0 Favorites   0 Comments

Color spaces of #b214ff

RGB 17820255
HSL0.781.000.54
HSV280°92°100°
CMYK 0.300.920.00   0.00
XYZ36.660317.185395.9926
Yxy17.18530.24470.1147
Hunter Lab41.455285.3075-108.2719
CIE-Lab48.492785.9762-80.5795

#b214ff color RGB value is (178,20,255).

#b214ff hex color red value is 178, green value is 20 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b214ff hue: 0.78 , saturation: 1.00 and the lightness value of b214ff is 0.54.

The process color (four color CMYK) of #b214ff color hex is 0.30, 0.92, 0.00, 0.00. Web safe color of #b214ff is #9900ff. Color #b214ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 11111111
Octal 262 24 377
Decimal 178 20 255
Hex B2 14 FF

RGB Percentages of Color #b214ff

%39.29
%4.42
%56.29

CMYK Percentages of Color #b214ff

%30
%92
%0
%0

Triadic Colors of #b214ff

#b214ff #ffb214 #14ffb2

Analogous Colors of #b214ff

#b214ff #ff14d7 #3c14ff

Monochromatic Colors of #b214ff

#b214ff

Complementary Color

#b214ff #61ff14

#b214ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b214ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b214ff Color CSS Codes

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

#b214ff Text Font Color

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

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


#b214ff Background Color

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

This div background color is #b214ff


#b214ff Border Color

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

This div border color is #b214ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b214ff


Comments

No comments written yet.

Please login to write comment.