Color Hex Logo

#b15fdc Color Hex

#B15FDC
(177,95,220)
0 Favorites   0 Comments

Color spaces of #b15fdc

RGB 17795220
HSL0.780.640.62
HSV279°57°86°
CMYK 0.200.570.00   0.14
XYZ35.141922.698870.2393
Yxy22.69880.27440.1772
Hunter Lab47.643348.2868-54.0595
CIE-Lab54.760753.8628-50.8092

#b15fdc color RGB value is (177,95,220).

#b15fdc hex color red value is 177, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b15fdc hue: 0.78 , saturation: 0.64 and the lightness value of b15fdc is 0.62.

The process color (four color CMYK) of #b15fdc color hex is 0.20, 0.57, 0.00, 0.14. Web safe color of #b15fdc is #9966cc. Color #b15fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011111 11011100
Octal 261 137 334
Decimal 177 95 220
Hex B1 5F DC

RGB Percentages of Color #b15fdc

%35.98
%19.31
%44.72

CMYK Percentages of Color #b15fdc

%20
%57
%0
%14

Triadic Colors of #b15fdc

#b15fdc #dcb15f #5fdcb1

Analogous Colors of #b15fdc

#b15fdc #dc5fc9 #735fdc

Monochromatic Colors of #b15fdc

#b15fdc

Complementary Color

#b15fdc #8adc5f

#b15fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15fdc Color CSS Codes

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

#b15fdc Text Font Color

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

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


#b15fdc Background Color

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

This div background color is #b15fdc


#b15fdc Border Color

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

This div border color is #b15fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,95,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b15fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b15fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #b15fdc;
  box-shadow:         1px 1px 3px 2px #b15fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,95,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15fdc


Comments

No comments written yet.

Please login to write comment.