Color Hex Logo

#b938cd Color Hex

#B938CD
(185,56,205)
0 Favorites   0 Comments

Color spaces of #b938cd

RGB 18556205
HSL0.810.600.51
HSV292°73°80°
CMYK 0.100.730.00   0.20
XYZ32.441217.550459.4353
Yxy17.55040.29650.1604
Hunter Lab41.893264.9135-54.7915
CIE-Lab48.946269.4863-51.4763

#b938cd color RGB value is (185,56,205).

#b938cd hex color red value is 185, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b938cd hue: 0.81 , saturation: 0.60 and the lightness value of b938cd is 0.51.

The process color (four color CMYK) of #b938cd color hex is 0.10, 0.73, 0.00, 0.20. Web safe color of #b938cd is #cc33cc. Color #b938cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 11001101
Octal 271 70 315
Decimal 185 56 205
Hex B9 38 CD

RGB Percentages of Color #b938cd

%41.48
%12.56
%45.96

CMYK Percentages of Color #b938cd

%10
%73
%0
%20

Triadic Colors of #b938cd

#b938cd #cdb938 #38cdb9

Analogous Colors of #b938cd

#b938cd #cd3897 #6f38cd

Monochromatic Colors of #b938cd

#b938cd

Complementary Color

#b938cd #4ccd38

#b938cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b938cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b938cd Color CSS Codes

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

#b938cd Text Font Color

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

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


#b938cd Background Color

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

This div background color is #b938cd


#b938cd Border Color

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

This div border color is #b938cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b938cd


Comments

No comments written yet.

Please login to write comment.