Color Hex Logo

#b939d8 Color Hex

#B939D8
(185,57,216)
0 Favorites   0 Comments

Color spaces of #b939d8

RGB 18557216
HSL0.800.670.54
HSV288°74°85°
CMYK 0.140.740.00   0.15
XYZ33.865418.198466.6935
Yxy18.19840.28520.1532
Hunter Lab42.659667.0483-62.8316
CIE-Lab49.735971.1229-56.5145

#b939d8 color RGB value is (185,57,216).

#b939d8 hex color red value is 185, green value is 57 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b939d8 hue: 0.80 , saturation: 0.67 and the lightness value of b939d8 is 0.54.

The process color (four color CMYK) of #b939d8 color hex is 0.14, 0.74, 0.00, 0.15. Web safe color of #b939d8 is #cc33cc. Color #b939d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111001 11011000
Octal 271 71 330
Decimal 185 57 216
Hex B9 39 D8

RGB Percentages of Color #b939d8

%40.39
%12.45
%47.16

CMYK Percentages of Color #b939d8

%14
%74
%0
%15

Triadic Colors of #b939d8

#b939d8 #d8b939 #39d8b9

Analogous Colors of #b939d8

#b939d8 #d839a8 #6a39d8

Monochromatic Colors of #b939d8

#b939d8

Complementary Color

#b939d8 #58d839

#b939d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b939d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b939d8 Color CSS Codes

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

#b939d8 Text Font Color

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

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


#b939d8 Background Color

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

This div background color is #b939d8


#b939d8 Border Color

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

This div border color is #b939d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b939d8


Comments

No comments written yet.

Please login to write comment.