Color Hex Logo

#b953da Color Hex

#B953DA
(185,83,218)
0 Favorites   0 Comments

Color spaces of #b953da

RGB 18583218
HSL0.790.650.59
HSV285°62°85°
CMYK 0.150.620.00   0.15
XYZ35.755721.562868.6072
Yxy21.56280.28390.1712
Hunter Lab46.435856.1830-55.0938
CIE-Lab53.560061.1156-51.5304

#b953da color RGB value is (185,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 11011010
Octal 271 123 332
Decimal 185 83 218
Hex B9 53 DA

RGB Percentages of Color #b953da

%38.07
%17.08
%44.86

CMYK Percentages of Color #b953da

%15
%62
%0
%15

Triadic Colors of #b953da

#b953da #dab953 #53dab9

Analogous Colors of #b953da

#b953da #da53b8 #7653da

Monochromatic Colors of #b953da

#b953da

Complementary Color

#b953da #74da53

#b953da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953da Color CSS Codes

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

#b953da Text Font Color

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

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


#b953da Background Color

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

This div background color is #b953da


#b953da Border Color

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

This div border color is #b953da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953da


Comments

No comments written yet.

Please login to write comment.