Color Hex Logo

#b10ddd Color Hex

#B10DDD
(177,13,221)
0 Favorites   0 Comments

Color spaces of #b10ddd

RGB 17713221
HSL0.800.890.46
HSV287°94°87°
CMYK 0.200.940.00   0.13
XYZ31.326514.855469.6229
Yxy14.85540.27050.1283
Hunter Lab38.542777.6304-80.1206
CIE-Lab45.435580.5696-66.3802

#b10ddd color RGB value is (177,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001101 11011101
Octal 261 15 335
Decimal 177 13 221
Hex B1 D DD

RGB Percentages of Color #b10ddd

%43.07
%3.16
%53.77

CMYK Percentages of Color #b10ddd

%20
%94
%0
%13

Triadic Colors of #b10ddd

#b10ddd #ddb10d #0dddb1

Analogous Colors of #b10ddd

#b10ddd #dd0da1 #490ddd

Monochromatic Colors of #b10ddd

#b10ddd

Complementary Color

#b10ddd #39dd0d

#b10ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10ddd Color CSS Codes

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

#b10ddd Text Font Color

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

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


#b10ddd Background Color

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

This div background color is #b10ddd


#b10ddd Border Color

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

This div border color is #b10ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10ddd


Comments

No comments written yet.

Please login to write comment.