Color Hex Logo

#b113da Color Hex

#B113DA
(177,19,218)
0 Favorites   0 Comments

Color spaces of #b113da

RGB 17719218
HSL0.800.840.46
HSV288°91°85°
CMYK 0.190.910.00   0.15
XYZ31.019214.874867.5659
Yxy14.87480.27340.1311
Hunter Lab38.567976.0695-76.8709
CIE-Lab45.462279.3214-64.6202

#b113da color RGB value is (177,19,218).

#b113da hex color red value is 177, green value is 19 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b113da hue: 0.80 , saturation: 0.84 and the lightness value of b113da is 0.46.

The process color (four color CMYK) of #b113da color hex is 0.19, 0.91, 0.00, 0.15. Web safe color of #b113da is #9900cc. Color #b113da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010011 11011010
Octal 261 23 332
Decimal 177 19 218
Hex B1 13 DA

RGB Percentages of Color #b113da

%42.75
%4.59
%52.66

CMYK Percentages of Color #b113da

%19
%91
%0
%15

Triadic Colors of #b113da

#b113da #dab113 #13dab1

Analogous Colors of #b113da

#b113da #da13a0 #4e13da

Monochromatic Colors of #b113da

#b113da

Complementary Color

#b113da #3cda13

#b113da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b113da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b113da Color CSS Codes

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

#b113da Text Font Color

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

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


#b113da Background Color

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

This div background color is #b113da


#b113da Border Color

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

This div border color is #b113da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b113da


Comments

No comments written yet.

Please login to write comment.