Color Hex Logo

#b817ca Color Hex

#B817CA
(184,23,202)
0 Favorites   0 Comments

Color spaces of #b817ca

RGB 18423202
HSL0.820.800.44
HSV294°89°79°
CMYK 0.090.890.00   0.21
XYZ30.734215.067457.1655
Yxy15.06740.29850.1463
Hunter Lab38.816773.4028-60.1448
CIE-Lab45.726477.1253-54.9199

#b817ca color RGB value is (184,23,202).

#b817ca hex color red value is 184, green value is 23 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b817ca hue: 0.82 , saturation: 0.80 and the lightness value of b817ca is 0.44.

The process color (four color CMYK) of #b817ca color hex is 0.09, 0.89, 0.00, 0.21. Web safe color of #b817ca is #cc00cc. Color #b817ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010111 11001010
Octal 270 27 312
Decimal 184 23 202
Hex B8 17 CA

RGB Percentages of Color #b817ca

%44.99
%5.62
%49.39

CMYK Percentages of Color #b817ca

%9
%89
%0
%21

Triadic Colors of #b817ca

#b817ca #cab817 #17cab8

Analogous Colors of #b817ca

#b817ca #ca1783 #5e17ca

Monochromatic Colors of #b817ca

#b817ca

Complementary Color

#b817ca #29ca17

#b817ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b817ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b817ca Color CSS Codes

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

#b817ca Text Font Color

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

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


#b817ca Background Color

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

This div background color is #b817ca


#b817ca Border Color

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

This div border color is #b817ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b817ca


Comments

No comments written yet.

Please login to write comment.