Color Hex Logo

#b317ca Color Hex

#B317CA
(179,23,202)
0 Favorites   0 Comments

Color spaces of #b317ca

RGB 17923202
HSL0.810.800.44
HSV292°89°79°
CMYK 0.110.890.00   0.21
XYZ29.557514.460857.1105
Yxy14.46080.29230.1430
Hunter Lab38.027472.1947-62.4242
CIE-Lab44.886776.3079-56.3159

#b317ca color RGB value is (179,23,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 11001010
Octal 263 27 312
Decimal 179 23 202
Hex B3 17 CA

RGB Percentages of Color #b317ca

%44.31
%5.69
%50.00

CMYK Percentages of Color #b317ca

%11
%89
%0
%21

Triadic Colors of #b317ca

#b317ca #cab317 #17cab3

Analogous Colors of #b317ca

#b317ca #ca1788 #5a17ca

Monochromatic Colors of #b317ca

#b317ca

Complementary Color

#b317ca #2eca17

#b317ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b317ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b317ca Color CSS Codes

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

#b317ca Text Font Color

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

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


#b317ca Background Color

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

This div background color is #b317ca


#b317ca Border Color

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

This div border color is #b317ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b317ca


Comments

No comments written yet.

Please login to write comment.