color codes Logo

#b93cad color codes

#B93CAD
(185,60,173)
0 Favorites   0 Comments

Color spaces of #b93cad

RGB 18560173
HSL0.850.510.48
HSV306°68°73°
CMYK 0.000.680.06   0.27
XYZ29.166316.563141.1949
Yxy16.56310.33550.1905
Hunter Lab40.697856.7019-31.5258
CIE-Lab47.704862.6598-34.8162

#b93cad color RGB value is (185,60,173).

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

The process color (four color CMYK) of #b93cad color code is 0.00, 0.68, 0.06, 0.27. Web safe color of #b93cad is #cc3399. Color #b93cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111100 10101101
Octal 271 74 255
Decimal 185 60 173
Hex B9 3C AD

RGB Percentages of Color #b93cad

%44.26
%14.35
%41.39

CMYK Percentages of Color #b93cad

%0
%68
%6
%27

Triadic Colors of #b93cad

#b93cad #adb93c #3cadb9

Analogous Colors of #b93cad

#b93cad #b93c6f #873cb9

Monochromatic Colors of #b93cad

#b93cad

Complementary Color

#b93cad #3cb948

#b93cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93cad Color CSS Codes

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

#b93cad Text Font Color

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

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


#b93cad Background Color

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

This div background color is #b93cad


#b93cad Border Color

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

This div border color is #b93cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93cad


Comments

No comments written yet.

Please login to write comment.