Color Hex Logo

#b615df Color Hex

#B615DF
(182,21,223)
0 Favorites   0 Comments

Color spaces of #b615df

RGB 18221223
HSL0.800.830.48
HSV288°91°87°
CMYK 0.180.910.00   0.13
XYZ32.878915.809171.1306
Yxy15.80910.27440.1319
Hunter Lab39.760778.0241-78.2355
CIE-Lab46.723080.6334-65.3952

#b615df color RGB value is (182,21,223).

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

The process color (four color CMYK) of #b615df color hex is 0.18, 0.91, 0.00, 0.13. Web safe color of #b615df is #cc00cc. Color #b615df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 11011111
Octal 266 25 337
Decimal 182 21 223
Hex B6 15 DF

RGB Percentages of Color #b615df

%42.72
%4.93
%52.35

CMYK Percentages of Color #b615df

%18
%91
%0
%13

Triadic Colors of #b615df

#b615df #dfb615 #15dfb6

Analogous Colors of #b615df

#b615df #df15a3 #5115df

Monochromatic Colors of #b615df

#b615df

Complementary Color

#b615df #3edf15

#b615df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b615df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b615df Color CSS Codes

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

#b615df Text Font Color

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

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


#b615df Background Color

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

This div background color is #b615df


#b615df Border Color

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

This div border color is #b615df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b615df


Comments

No comments written yet.

Please login to write comment.