Color Hex Logo

#b13dda Color Hex

#B13DDA
(177,61,218)
0 Favorites   0 Comments

Color spaces of #b13dda

RGB 17761218
HSL0.790.680.55
HSV284°72°85°
CMYK 0.190.720.00   0.15
XYZ32.455117.746668.0445
Yxy17.74660.27450.1501
Hunter Lab42.126763.7975-66.2785
CIE-Lab49.187368.4969-58.5995

#b13dda color RGB value is (177,61,218).

#b13dda hex color red value is 177, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b13dda hue: 0.79 , saturation: 0.68 and the lightness value of b13dda is 0.55.

The process color (four color CMYK) of #b13dda color hex is 0.19, 0.72, 0.00, 0.15. Web safe color of #b13dda is #9933cc. Color #b13dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111101 11011010
Octal 261 75 332
Decimal 177 61 218
Hex B1 3D DA

RGB Percentages of Color #b13dda

%38.82
%13.38
%47.81

CMYK Percentages of Color #b13dda

%19
%72
%0
%15

Triadic Colors of #b13dda

#b13dda #dab13d #3ddab1

Analogous Colors of #b13dda

#b13dda #da3db5 #633dda

Monochromatic Colors of #b13dda

#b13dda

Complementary Color

#b13dda #66da3d

#b13dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13dda Color CSS Codes

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

#b13dda Text Font Color

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

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


#b13dda Background Color

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

This div background color is #b13dda


#b13dda Border Color

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

This div border color is #b13dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13dda


Comments

No comments written yet.

Please login to write comment.