Color Hex Logo

#b617af Color Hex

#B617AF
(182,23,175)
0 Favorites   0 Comments

Color spaces of #b617af

RGB 18223175
HSL0.840.780.40
HSV303°87°71°
CMYK 0.000.870.04   0.29
XYZ27.335713.653041.7520
Yxy13.65300.33040.1650
Hunter Lab36.950067.3924-41.1304
CIE-Lab43.731172.5788-42.3165

#b617af color RGB value is (182,23,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 10101111
Octal 266 27 257
Decimal 182 23 175
Hex B6 17 AF

RGB Percentages of Color #b617af

%47.89
%6.05
%46.05

CMYK Percentages of Color #b617af

%0
%87
%4
%29

Triadic Colors of #b617af

#b617af #afb617 #17afb6

Analogous Colors of #b617af

#b617af #b61760 #6e17b6

Monochromatic Colors of #b617af

#b617af

Complementary Color

#b617af #17b61e

#b617af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b617af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b617af Color CSS Codes

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

#b617af Text Font Color

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

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


#b617af Background Color

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

This div background color is #b617af


#b617af Border Color

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

This div border color is #b617af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,23,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b617af


Comments

No comments written yet.

Please login to write comment.