Color Hex Logo

#b717af Color Hex

#B717AF
(183,23,175)
0 Favorites   0 Comments

Color spaces of #b717af

RGB 18323175
HSL0.840.780.40
HSV303°87°72°
CMYK 0.000.870.04   0.28
XYZ27.572713.775241.7631
Yxy13.77520.33180.1657
Hunter Lab37.115067.6565-40.7348
CIE-Lab43.908872.7640-42.0230

#b717af color RGB value is (183,23,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010111 10101111
Octal 267 27 257
Decimal 183 23 175
Hex B7 17 AF

RGB Percentages of Color #b717af

%48.03
%6.04
%45.93

CMYK Percentages of Color #b717af

%0
%87
%4
%28

Triadic Colors of #b717af

#b717af #afb717 #17afb7

Analogous Colors of #b717af

#b717af #b7175f #6f17b7

Monochromatic Colors of #b717af

#b717af

Complementary Color

#b717af #17b71f

#b717af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b717af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b717af Color CSS Codes

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

#b717af Text Font Color

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

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


#b717af Background Color

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

This div background color is #b717af


#b717af Border Color

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

This div border color is #b717af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b717af


Comments

No comments written yet.

Please login to write comment.