Color Hex Logo

#b93fdd Color Hex

#B93FDD
(185,63,221)
0 Favorites   0 Comments

Color spaces of #b93fdd

RGB 18563221
HSL0.800.700.56
HSV286°71°87°
CMYK 0.160.710.00   0.13
XYZ34.836219.089870.2552
Yxy19.08980.28050.1537
Hunter Lab43.691965.8600-64.7522
CIE-Lab50.792169.9254-57.6647

#b93fdd color RGB value is (185,63,221).

#b93fdd hex color red value is 185, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b93fdd hue: 0.80 , saturation: 0.70 and the lightness value of b93fdd is 0.56.

The process color (four color CMYK) of #b93fdd color hex is 0.16, 0.71, 0.00, 0.13. Web safe color of #b93fdd is #cc33cc. Color #b93fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111111 11011101
Octal 271 77 335
Decimal 185 63 221
Hex B9 3F DD

RGB Percentages of Color #b93fdd

%39.45
%13.43
%47.12

CMYK Percentages of Color #b93fdd

%16
%71
%0
%13

Triadic Colors of #b93fdd

#b93fdd #ddb93f #3fddb9

Analogous Colors of #b93fdd

#b93fdd #dd3fb2 #6a3fdd

Monochromatic Colors of #b93fdd

#b93fdd

Complementary Color

#b93fdd #63dd3f

#b93fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93fdd Color CSS Codes

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

#b93fdd Text Font Color

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

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


#b93fdd Background Color

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

This div background color is #b93fdd


#b93fdd Border Color

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

This div border color is #b93fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93fdd


Comments

No comments written yet.

Please login to write comment.