Color Hex Logo

#b417cd Color Hex

#B417CD
(180,23,205)
0 Favorites   0 Comments

Color spaces of #b417cd

RGB 18023205
HSL0.810.800.45
HSV292°89°80°
CMYK 0.120.890.00   0.20
XYZ30.148214.723959.0106
Yxy14.72390.29020.1417
Hunter Lab38.371773.0947-64.3199
CIE-Lab45.253776.9676-57.4524

#b417cd color RGB value is (180,23,205).

#b417cd hex color red value is 180, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b417cd hue: 0.81 , saturation: 0.80 and the lightness value of b417cd is 0.45.

The process color (four color CMYK) of #b417cd color hex is 0.12, 0.89, 0.00, 0.20. Web safe color of #b417cd is #cc00cc. Color #b417cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 11001101
Octal 264 27 315
Decimal 180 23 205
Hex B4 17 CD

RGB Percentages of Color #b417cd

%44.12
%5.64
%50.25

CMYK Percentages of Color #b417cd

%12
%89
%0
%20

Triadic Colors of #b417cd

#b417cd #cdb417 #17cdb4

Analogous Colors of #b417cd

#b417cd #cd178b #5917cd

Monochromatic Colors of #b417cd

#b417cd

Complementary Color

#b417cd #30cd17

#b417cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417cd Color CSS Codes

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

#b417cd Text Font Color

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

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


#b417cd Background Color

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

This div background color is #b417cd


#b417cd Border Color

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

This div border color is #b417cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417cd


Comments

No comments written yet.

Please login to write comment.