Color Hex Logo

#b617ad Color Hex

#B617AD
(182,23,173)
0 Favorites   0 Comments

Color spaces of #b617ad

RGB 18223173
HSL0.840.780.40
HSV303°87°71°
CMYK 0.000.870.05   0.29
XYZ27.140613.575040.7249
Yxy13.57500.33330.1667
Hunter Lab36.844367.0110-39.7437
CIE-Lab43.617272.2830-41.3116

#b617ad color RGB value is (182,23,173).

#b617ad hex color red value is 182, green value is 23 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b617ad hue: 0.84 , saturation: 0.78 and the lightness value of b617ad is 0.40.

The process color (four color CMYK) of #b617ad color hex is 0.00, 0.87, 0.05, 0.29. Web safe color of #b617ad is #cc0099. Color #b617ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 10101101
Octal 266 27 255
Decimal 182 23 173
Hex B6 17 AD

RGB Percentages of Color #b617ad

%48.15
%6.08
%45.77

CMYK Percentages of Color #b617ad

%0
%87
%5
%29

Triadic Colors of #b617ad

#b617ad #adb617 #17adb6

Analogous Colors of #b617ad

#b617ad #b6175e #7017b6

Monochromatic Colors of #b617ad

#b617ad

Complementary Color

#b617ad #17b620

#b617ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b617ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b617ad Color CSS Codes

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

#b617ad Text Font Color

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

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


#b617ad Background Color

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

This div background color is #b617ad


#b617ad Border Color

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

This div border color is #b617ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b617ad


Comments

No comments written yet.

Please login to write comment.