Color Hex Logo

#b715dd Color Hex

#B715DD
(183,21,221)
0 Favorites   0 Comments

Color spaces of #b715dd

RGB 18321221
HSL0.800.830.47
HSV289°90°87°
CMYK 0.170.900.00   0.13
XYZ32.847715.824169.7297
Yxy15.82410.27740.1336
Hunter Lab39.779577.7812-76.0841
CIE-Lab46.742980.4368-64.2142

#b715dd color RGB value is (183,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010101 11011101
Octal 267 25 335
Decimal 183 21 221
Hex B7 15 DD

RGB Percentages of Color #b715dd

%43.06
%4.94
%52.00

CMYK Percentages of Color #b715dd

%17
%90
%0
%13

Triadic Colors of #b715dd

#b715dd #ddb715 #15ddb7

Analogous Colors of #b715dd

#b715dd #dd159f #5315dd

Monochromatic Colors of #b715dd

#b715dd

Complementary Color

#b715dd #3bdd15

#b715dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b715dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b715dd Color CSS Codes

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

#b715dd Text Font Color

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

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


#b715dd Background Color

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

This div background color is #b715dd


#b715dd Border Color

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

This div border color is #b715dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b715dd


Comments

No comments written yet.

Please login to write comment.