Color Hex Logo

#b293cd Color Hex

#B293CD
(178,147,205)
0 Favorites   0 Comments

Color spaces of #b293cd

RGB 178147205
HSL0.760.370.69
HSV272°28°80°
CMYK 0.130.280.00   0.20
XYZ39.813334.740262.3647
Yxy34.74020.29080.2537
Hunter Lab58.940817.4266-21.4756
CIE-Lab65.545922.6196-25.4985

#b293cd color RGB value is (178,147,205).

#b293cd hex color red value is 178, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b293cd hue: 0.76 , saturation: 0.37 and the lightness value of b293cd is 0.69.

The process color (four color CMYK) of #b293cd color hex is 0.13, 0.28, 0.00, 0.20. Web safe color of #b293cd is #9999cc. Color #b293cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 11001101
Octal 262 223 315
Decimal 178 147 205
Hex B2 93 CD

RGB Percentages of Color #b293cd

%33.58
%27.74
%38.68

CMYK Percentages of Color #b293cd

%13
%28
%0
%20

Triadic Colors of #b293cd

#b293cd #cdb293 #93cdb2

Analogous Colors of #b293cd

#b293cd #cd93cb #9593cd

Monochromatic Colors of #b293cd

#b293cd

Complementary Color

#b293cd #aecd93

#b293cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293cd Color CSS Codes

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

#b293cd Text Font Color

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

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


#b293cd Background Color

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

This div background color is #b293cd


#b293cd Border Color

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

This div border color is #b293cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,147,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 #b293cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293cd


Comments

No comments written yet.

Please login to write comment.