Color Hex Logo

#b914da Color Hex

#B914DA
(185,20,218)
0 Favorites   0 Comments

Color spaces of #b914da

RGB 18520218
HSL0.810.830.47
HSV290°91°85°
CMYK 0.150.910.00   0.15
XYZ32.912615.876667.6595
Yxy15.87660.28260.1363
Hunter Lab39.845577.7126-72.7855
CIE-Lab46.812280.3690-62.3715

#b914da color RGB value is (185,20,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 11011010
Octal 271 24 332
Decimal 185 20 218
Hex B9 14 DA

RGB Percentages of Color #b914da

%43.74
%4.73
%51.54

CMYK Percentages of Color #b914da

%15
%91
%0
%15

Triadic Colors of #b914da

#b914da #dab914 #14dab9

Analogous Colors of #b914da

#b914da #da1498 #5614da

Monochromatic Colors of #b914da

#b914da

Complementary Color

#b914da #35da14

#b914da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b914da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b914da Color CSS Codes

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

#b914da Text Font Color

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

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


#b914da Background Color

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

This div background color is #b914da


#b914da Border Color

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

This div border color is #b914da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b914da


Comments

No comments written yet.

Please login to write comment.