Color Hex Logo

#b953ca Color Hex

#B953CA
(185,83,202)
0 Favorites   0 Comments

Color spaces of #b953ca

RGB 18583202
HSL0.810.530.56
HSV291°59°79°
CMYK 0.080.590.00   0.21
XYZ33.761520.765158.1057
Yxy20.76510.29970.1844
Hunter Lab45.568752.5039-43.7039
CIE-Lab52.691458.0204-43.7909

#b953ca color RGB value is (185,83,202).

#b953ca hex color red value is 185, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b953ca hue: 0.81 , saturation: 0.53 and the lightness value of b953ca is 0.56.

The process color (four color CMYK) of #b953ca color hex is 0.08, 0.59, 0.00, 0.21. Web safe color of #b953ca is #cc66cc. Color #b953ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 11001010
Octal 271 123 312
Decimal 185 83 202
Hex B9 53 CA

RGB Percentages of Color #b953ca

%39.36
%17.66
%42.98

CMYK Percentages of Color #b953ca

%8
%59
%0
%21

Triadic Colors of #b953ca

#b953ca #cab953 #53cab9

Analogous Colors of #b953ca

#b953ca #ca53a0 #7e53ca

Monochromatic Colors of #b953ca

#b953ca

Complementary Color

#b953ca #64ca53

#b953ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953ca Color CSS Codes

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

#b953ca Text Font Color

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

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


#b953ca Background Color

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

This div background color is #b953ca


#b953ca Border Color

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

This div border color is #b953ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953ca


Comments

No comments written yet.

Please login to write comment.