Color Hex Logo

#b93dd2 Color Hex

#B93DD2
(185,61,210)
0 Favorites   0 Comments

Color spaces of #b93dd2

RGB 18561210
HSL0.810.620.53
HSV290°71°82°
CMYK 0.120.710.00   0.18
XYZ33.309218.304962.7504
Yxy18.30490.29130.1601
Hunter Lab42.784264.0969-57.0100
CIE-Lab49.863868.6199-52.8782

#b93dd2 color RGB value is (185,61,210).

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

The process color (four color CMYK) of #b93dd2 color hex is 0.12, 0.71, 0.00, 0.18. Web safe color of #b93dd2 is #cc33cc. Color #b93dd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111101 11010010
Octal 271 75 322
Decimal 185 61 210
Hex B9 3D D2

RGB Percentages of Color #b93dd2

%40.57
%13.38
%46.05

CMYK Percentages of Color #b93dd2

%12
%71
%0
%18

Triadic Colors of #b93dd2

#b93dd2 #d2b93d #3dd2b9

Analogous Colors of #b93dd2

#b93dd2 #d23da1 #6f3dd2

Monochromatic Colors of #b93dd2

#b93dd2

Complementary Color

#b93dd2 #56d23d

#b93dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93dd2 Color CSS Codes

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

#b93dd2 Text Font Color

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

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


#b93dd2 Background Color

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

This div background color is #b93dd2


#b93dd2 Border Color

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

This div border color is #b93dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93dd2


Comments

No comments written yet.

Please login to write comment.