Color Hex Logo

#b713ca Color Hex

#B713CA
(183,19,202)
0 Favorites   0 Comments

Color spaces of #b713ca

RGB 18319202
HSL0.820.830.43
HSV294°91°79°
CMYK 0.090.910.00   0.21
XYZ30.422014.797357.1299
Yxy14.79730.29720.1446
Hunter Lab38.467373.8498-61.1278
CIE-Lab45.355377.5587-55.5262

#b713ca color RGB value is (183,19,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 11001010
Octal 267 23 312
Decimal 183 19 202
Hex B7 13 CA

RGB Percentages of Color #b713ca

%45.30
%4.70
%50.00

CMYK Percentages of Color #b713ca

%9
%91
%0
%21

Triadic Colors of #b713ca

#b713ca #cab713 #13cab7

Analogous Colors of #b713ca

#b713ca #ca1382 #5c13ca

Monochromatic Colors of #b713ca

#b713ca

Complementary Color

#b713ca #26ca13

#b713ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b713ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b713ca Color CSS Codes

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

#b713ca Text Font Color

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

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


#b713ca Background Color

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

This div background color is #b713ca


#b713ca Border Color

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

This div border color is #b713ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b713ca


Comments

No comments written yet.

Please login to write comment.