Color Hex Logo

#b713dd Color Hex

#B713DD
(183,19,221)
0 Favorites   0 Comments

Color spaces of #b713dd

RGB 18319221
HSL0.800.840.47
HSV289°91°87°
CMYK 0.170.910.00   0.13
XYZ32.812515.753569.7179
Yxy15.75350.27740.1332
Hunter Lab39.690778.1082-76.3612
CIE-Lab46.649480.7142-64.3656

#b713dd color RGB value is (183,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 11011101
Octal 267 23 335
Decimal 183 19 221
Hex B7 13 DD

RGB Percentages of Color #b713dd

%43.26
%4.49
%52.25

CMYK Percentages of Color #b713dd

%17
%91
%0
%13

Triadic Colors of #b713dd

#b713dd #ddb713 #13ddb7

Analogous Colors of #b713dd

#b713dd #dd139e #5213dd

Monochromatic Colors of #b713dd

#b713dd

Complementary Color

#b713dd #39dd13

#b713dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b713dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b713dd Color CSS Codes

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

#b713dd Text Font Color

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

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


#b713dd Background Color

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

This div background color is #b713dd


#b713dd Border Color

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

This div border color is #b713dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b713dd


Comments

No comments written yet.

Please login to write comment.