Color Hex Logo

#b717ca Color Hex

#B717CA
(183,23,202)
0 Favorites   0 Comments

Color spaces of #b717ca

RGB 18323202
HSL0.820.800.44
HSV294°89°79°
CMYK 0.090.890.00   0.21
XYZ30.495514.944357.1544
Yxy14.94430.29720.1457
Hunter Lab38.657973.1596-60.5979
CIE-Lab45.557876.9611-55.2001

#b717ca color RGB value is (183,23,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010111 11001010
Octal 267 27 312
Decimal 183 23 202
Hex B7 17 CA

RGB Percentages of Color #b717ca

%44.85
%5.64
%49.51

CMYK Percentages of Color #b717ca

%9
%89
%0
%21

Triadic Colors of #b717ca

#b717ca #cab717 #17cab7

Analogous Colors of #b717ca

#b717ca #ca1784 #5d17ca

Monochromatic Colors of #b717ca

#b717ca

Complementary Color

#b717ca #2aca17

#b717ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b717ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b717ca Color CSS Codes

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

#b717ca Text Font Color

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

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


#b717ca Background Color

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

This div background color is #b717ca


#b717ca Border Color

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

This div border color is #b717ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b717ca


Comments

No comments written yet.

Please login to write comment.