Color Hex Logo

#b814bf Color Hex

#B814BF
(184,20,191)
0 Favorites   0 Comments

Color spaces of #b814bf

RGB 18420191
HSL0.830.810.41
HSV298°90°75°
CMYK 0.040.900.00   0.25
XYZ29.421314.452250.5291
Yxy14.45220.31170.1531
Hunter Lab38.016071.6163-52.1942
CIE-Lab44.874675.8388-49.8864

#b814bf color RGB value is (184,20,191).

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

The process color (four color CMYK) of #b814bf color hex is 0.04, 0.90, 0.00, 0.25. Web safe color of #b814bf is #cc00cc. Color #b814bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010100 10111111
Octal 270 24 277
Decimal 184 20 191
Hex B8 14 BF

RGB Percentages of Color #b814bf

%46.58
%5.06
%48.35

CMYK Percentages of Color #b814bf

%4
%90
%0
%25

Triadic Colors of #b814bf

#b814bf #bfb814 #14bfb8

Analogous Colors of #b814bf

#b814bf #bf1471 #6214bf

Monochromatic Colors of #b814bf

#b814bf

Complementary Color

#b814bf #1bbf14

#b814bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b814bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b814bf Color CSS Codes

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

#b814bf Text Font Color

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

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


#b814bf Background Color

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

This div background color is #b814bf


#b814bf Border Color

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

This div border color is #b814bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b814bf


Comments

No comments written yet.

Please login to write comment.