Color Hex Logo

#b962bd Color Hex

#B962BD
(185,98,189)
0 Favorites   0 Comments

Color spaces of #b962bd

RGB 18598189
HSL0.830.410.56
HSV297°48°74°
CMYK 0.020.480.00   0.26
XYZ33.560622.723850.7614
Yxy22.72380.31350.2123
Hunter Lab47.669542.2472-29.7670
CIE-Lab54.786748.2854-33.0335

#b962bd color RGB value is (185,98,189).

#b962bd hex color red value is 185, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b962bd hue: 0.83 , saturation: 0.41 and the lightness value of b962bd is 0.56.

The process color (four color CMYK) of #b962bd color hex is 0.02, 0.48, 0.00, 0.26. Web safe color of #b962bd is #cc66cc. Color #b962bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 10111101
Octal 271 142 275
Decimal 185 98 189
Hex B9 62 BD

RGB Percentages of Color #b962bd

%39.19
%20.76
%40.04

CMYK Percentages of Color #b962bd

%2
%48
%0
%26

Triadic Colors of #b962bd

#b962bd #bdb962 #62bdb9

Analogous Colors of #b962bd

#b962bd #bd6294 #8c62bd

Monochromatic Colors of #b962bd

#b962bd

Complementary Color

#b962bd #66bd62

#b962bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b962bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b962bd Color CSS Codes

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

#b962bd Text Font Color

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

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


#b962bd Background Color

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

This div background color is #b962bd


#b962bd Border Color

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

This div border color is #b962bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,98,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b962bd


Comments

No comments written yet.

Please login to write comment.