Color Hex Logo

#b711dd Color Hex

#B711DD
(183,17,221)
0 Favorites   0 Comments

Color spaces of #b711dd

RGB 18317221
HSL0.800.860.47
HSV289°92°87°
CMYK 0.170.920.00   0.13
XYZ32.780015.688669.7071
Yxy15.68860.27740.1328
Hunter Lab39.608878.4099-76.6175
CIE-Lab46.563380.9697-64.5052

#b711dd color RGB value is (183,17,221).

#b711dd hex color red value is 183, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b711dd hue: 0.80 , saturation: 0.86 and the lightness value of b711dd is 0.47.

The process color (four color CMYK) of #b711dd color hex is 0.17, 0.92, 0.00, 0.13. Web safe color of #b711dd is #cc00cc. Color #b711dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 11011101
Octal 267 21 335
Decimal 183 17 221
Hex B7 11 DD

RGB Percentages of Color #b711dd

%43.47
%4.04
%52.49

CMYK Percentages of Color #b711dd

%17
%92
%0
%13

Triadic Colors of #b711dd

#b711dd #ddb711 #11ddb7

Analogous Colors of #b711dd

#b711dd #dd119d #5111dd

Monochromatic Colors of #b711dd

#b711dd

Complementary Color

#b711dd #37dd11

#b711dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b711dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b711dd Color CSS Codes

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

#b711dd Text Font Color

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

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


#b711dd Background Color

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

This div background color is #b711dd


#b711dd Border Color

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

This div border color is #b711dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b711dd


Comments

No comments written yet.

Please login to write comment.