Color Hex Logo

#b714da Color Hex

#B714DA
(183,20,218)
0 Favorites   0 Comments

Color spaces of #b714da

RGB 18320218
HSL0.800.830.47
HSV289°91°85°
CMYK 0.160.910.00   0.15
XYZ32.433515.629567.6370
Yxy15.62950.28030.1351
Hunter Lab39.534277.2551-73.7624
CIE-Lab46.484680.0689-62.9173

#b714da color RGB value is (183,20,218).

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

The process color (four color CMYK) of #b714da color hex is 0.16, 0.91, 0.00, 0.15. Web safe color of #b714da is #cc00cc. Color #b714da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010100 11011010
Octal 267 24 332
Decimal 183 20 218
Hex B7 14 DA

RGB Percentages of Color #b714da

%43.47
%4.75
%51.78

CMYK Percentages of Color #b714da

%16
%91
%0
%15

Triadic Colors of #b714da

#b714da #dab714 #14dab7

Analogous Colors of #b714da

#b714da #da149a #5414da

Monochromatic Colors of #b714da

#b714da

Complementary Color

#b714da #37da14

#b714da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b714da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b714da Color CSS Codes

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

#b714da Text Font Color

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

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


#b714da Background Color

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

This div background color is #b714da


#b714da Border Color

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

This div border color is #b714da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,20,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b714da


Comments

No comments written yet.

Please login to write comment.