Color Hex Logo

#b962da Color Hex

#B962DA
(185,98,218)
0 Favorites   0 Comments

Color spaces of #b962da

RGB 18598218
HSL0.790.620.62
HSV284°55°85°
CMYK 0.150.550.00   0.15
XYZ37.030224.111669.0320
Yxy24.11160.28450.1852
Hunter Lab49.103648.6800-48.9801
CIE-Lab56.199453.9778-47.3330

#b962da color RGB value is (185,98,218).

#b962da hex color red value is 185, green value is 98 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b962da hue: 0.79 , saturation: 0.62 and the lightness value of b962da is 0.62.

The process color (four color CMYK) of #b962da color hex is 0.15, 0.55, 0.00, 0.15. Web safe color of #b962da is #cc66cc. Color #b962da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 11011010
Octal 271 142 332
Decimal 185 98 218
Hex B9 62 DA

RGB Percentages of Color #b962da

%36.93
%19.56
%43.51

CMYK Percentages of Color #b962da

%15
%55
%0
%15

Triadic Colors of #b962da

#b962da #dab962 #62dab9

Analogous Colors of #b962da

#b962da #da62bf #7d62da

Monochromatic Colors of #b962da

#b962da

Complementary Color

#b962da #83da62

#b962da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b962da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b962da Color CSS Codes

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

#b962da Text Font Color

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

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


#b962da Background Color

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

This div background color is #b962da


#b962da Border Color

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

This div border color is #b962da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b962da


Comments

No comments written yet.

Please login to write comment.