Color Hex Logo

#b293cf Color Hex

#B293CF
(178,147,207)
0 Favorites   0 Comments

Color spaces of #b293cf

RGB 178147207
HSL0.750.380.69
HSV271°29°81°
CMYK 0.140.290.00   0.19
XYZ40.056334.837463.6446
Yxy34.83740.28910.2515
Hunter Lab59.023217.8490-22.6160
CIE-Lab65.621923.0517-26.4961

#b293cf color RGB value is (178,147,207).

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

The process color (four color CMYK) of #b293cf color hex is 0.14, 0.29, 0.00, 0.19. Web safe color of #b293cf is #9999cc. Color #b293cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 11001111
Octal 262 223 317
Decimal 178 147 207
Hex B2 93 CF

RGB Percentages of Color #b293cf

%33.46
%27.63
%38.91

CMYK Percentages of Color #b293cf

%14
%29
%0
%19

Triadic Colors of #b293cf

#b293cf #cfb293 #93cfb2

Analogous Colors of #b293cf

#b293cf #cf93ce #9493cf

Monochromatic Colors of #b293cf

#b293cf

Complementary Color

#b293cf #b0cf93

#b293cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293cf Color CSS Codes

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

#b293cf Text Font Color

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

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


#b293cf Background Color

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

This div background color is #b293cf


#b293cf Border Color

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

This div border color is #b293cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,147,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293cf


Comments

No comments written yet.

Please login to write comment.