Color Hex Logo

#b215df Color Hex

#B215DF
(178,21,223)
0 Favorites   0 Comments

Color spaces of #b215df

RGB 17821223
HSL0.800.830.48
HSV287°91°87°
CMYK 0.200.910.00   0.13
XYZ31.947515.329071.0870
Yxy15.32900.26990.1295
Hunter Lab39.152377.1361-80.2436
CIE-Lab46.081680.0522-66.4657

#b215df color RGB value is (178,21,223).

#b215df hex color red value is 178, green value is 21 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b215df hue: 0.80 , saturation: 0.83 and the lightness value of b215df is 0.48.

The process color (four color CMYK) of #b215df color hex is 0.20, 0.91, 0.00, 0.13. Web safe color of #b215df is #9900cc. Color #b215df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 11011111
Octal 262 25 337
Decimal 178 21 223
Hex B2 15 DF

RGB Percentages of Color #b215df

%42.18
%4.98
%52.84

CMYK Percentages of Color #b215df

%20
%91
%0
%13

Triadic Colors of #b215df

#b215df #dfb215 #15dfb2

Analogous Colors of #b215df

#b215df #df15a7 #4d15df

Monochromatic Colors of #b215df

#b215df

Complementary Color

#b215df #42df15

#b215df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b215df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b215df Color CSS Codes

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

#b215df Text Font Color

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

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


#b215df Background Color

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

This div background color is #b215df


#b215df Border Color

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

This div border color is #b215df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b215df


Comments

No comments written yet.

Please login to write comment.