Color Hex Logo

#b93cca Color Hex

#B93CCA
(185,60,202)
0 Favorites   0 Comments

Color spaces of #b93cca

RGB 18560202
HSL0.810.570.51
HSV293°70°79°
CMYK 0.080.700.00   0.21
XYZ32.284117.810357.6133
Yxy17.81030.29970.1654
Hunter Lab42.202362.6959-51.3994
CIE-Lab49.265267.5463-49.2386

#b93cca color RGB value is (185,60,202).

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

The process color (four color CMYK) of #b93cca color hex is 0.08, 0.70, 0.00, 0.21. Web safe color of #b93cca is #cc33cc. Color #b93cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111100 11001010
Octal 271 74 312
Decimal 185 60 202
Hex B9 3C CA

RGB Percentages of Color #b93cca

%41.39
%13.42
%45.19

CMYK Percentages of Color #b93cca

%8
%70
%0
%21

Triadic Colors of #b93cca

#b93cca #cab93c #3ccab9

Analogous Colors of #b93cca

#b93cca #ca3c94 #723cca

Monochromatic Colors of #b93cca

#b93cca

Complementary Color

#b93cca #4dca3c

#b93cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93cca Color CSS Codes

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

#b93cca Text Font Color

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

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


#b93cca Background Color

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

This div background color is #b93cca


#b93cca Border Color

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

This div border color is #b93cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93cca


Comments

No comments written yet.

Please login to write comment.