Color Hex Logo

#b714dd Color Hex

#B714DD
(183,20,221)
0 Favorites   0 Comments

Color spaces of #b714dd

RGB 18320221
HSL0.800.830.47
HSV289°91°87°
CMYK 0.170.910.00   0.13
XYZ32.829715.788069.7237
Yxy15.78800.27740.1334
Hunter Lab39.734177.9482-76.2256
CIE-Lab46.695180.5785-64.2916

#b714dd color RGB value is (183,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010100 11011101
Octal 267 24 335
Decimal 183 20 221
Hex B7 14 DD

RGB Percentages of Color #b714dd

%43.16
%4.72
%52.12

CMYK Percentages of Color #b714dd

%17
%91
%0
%13

Triadic Colors of #b714dd

#b714dd #ddb714 #14ddb7

Analogous Colors of #b714dd

#b714dd #dd149f #5214dd

Monochromatic Colors of #b714dd

#b714dd

Complementary Color

#b714dd #3add14

#b714dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b714dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b714dd Color CSS Codes

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

#b714dd Text Font Color

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

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


#b714dd Background Color

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

This div background color is #b714dd


#b714dd Border Color

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

This div border color is #b714dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b714dd


Comments

No comments written yet.

Please login to write comment.