Color Hex Logo

#b93ccc Color Hex

#B93CCC
(185,60,204)
0 Favorites   0 Comments

Color spaces of #b93ccc

RGB 18560204
HSL0.810.590.52
HSV292°71°80°
CMYK 0.090.710.00   0.20
XYZ32.522517.905658.8687
Yxy17.90560.29760.1638
Hunter Lab42.315063.1404-52.8638
CIE-Lab49.381467.9020-50.2048

#b93ccc color RGB value is (185,60,204).

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

The process color (four color CMYK) of #b93ccc color hex is 0.09, 0.71, 0.00, 0.20. Web safe color of #b93ccc is #cc33cc. Color #b93ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111100 11001100
Octal 271 74 314
Decimal 185 60 204
Hex B9 3C CC

RGB Percentages of Color #b93ccc

%41.20
%13.36
%45.43

CMYK Percentages of Color #b93ccc

%9
%71
%0
%20

Triadic Colors of #b93ccc

#b93ccc #ccb93c #3cccb9

Analogous Colors of #b93ccc

#b93ccc #cc3c97 #713ccc

Monochromatic Colors of #b93ccc

#b93ccc

Complementary Color

#b93ccc #4fcc3c

#b93ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93ccc Color CSS Codes

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

#b93ccc Text Font Color

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

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


#b93ccc Background Color

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

This div background color is #b93ccc


#b93ccc Border Color

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

This div border color is #b93ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93ccc


Comments

No comments written yet.

Please login to write comment.