Color Hex Logo

#b705ad Color Hex

#B705AD
(183,5,173)
0 Favorites   0 Comments

Color spaces of #b705ad

RGB 1835173
HSL0.840.950.37
HSV303°97°72°
CMYK 0.000.970.05   0.28
XYZ27.125513.193040.6520
Yxy13.19300.33500.1629
Hunter Lab36.322269.7405-40.9322
CIE-Lab43.052674.6552-42.1989

#b705ad color RGB value is (183,5,173).

#b705ad hex color red value is 183, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b705ad hue: 0.84 , saturation: 0.95 and the lightness value of b705ad is 0.37.

The process color (four color CMYK) of #b705ad color hex is 0.00, 0.97, 0.05, 0.28. Web safe color of #b705ad is #cc0099. Color #b705ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000101 10101101
Octal 267 5 255
Decimal 183 5 173
Hex B7 5 AD

RGB Percentages of Color #b705ad

%50.69
%1.39
%47.92

CMYK Percentages of Color #b705ad

%0
%97
%5
%28

Triadic Colors of #b705ad

#b705ad #adb705 #05adb7

Analogous Colors of #b705ad

#b705ad #b70554 #6805b7

Monochromatic Colors of #b705ad

#b705ad

Complementary Color

#b705ad #05b70f

#b705ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b705ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b705ad Color CSS Codes

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

#b705ad Text Font Color

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

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


#b705ad Background Color

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

This div background color is #b705ad


#b705ad Border Color

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

This div border color is #b705ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b705ad


Comments

No comments written yet.

Please login to write comment.