Color Hex Logo

#b713bc Color Hex

#B713BC
(183,19,188)
0 Favorites   0 Comments

Color spaces of #b713bc

RGB 18319188
HSL0.830.820.41
HSV298°90°74°
CMYK 0.030.900.00   0.26
XYZ28.838414.163948.7909
Yxy14.16390.31420.1543
Hunter Lab37.635070.9174-50.5206
CIE-Lab44.467175.3467-48.7928

#b713bc color RGB value is (183,19,188).

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

The process color (four color CMYK) of #b713bc color hex is 0.03, 0.90, 0.00, 0.26. Web safe color of #b713bc is #cc00cc. Color #b713bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 10111100
Octal 267 23 274
Decimal 183 19 188
Hex B7 13 BC

RGB Percentages of Color #b713bc

%46.92
%4.87
%48.21

CMYK Percentages of Color #b713bc

%3
%90
%0
%26

Triadic Colors of #b713bc

#b713bc #bcb713 #13bcb7

Analogous Colors of #b713bc

#b713bc #bc136d #6313bc

Monochromatic Colors of #b713bc

#b713bc

Complementary Color

#b713bc #18bc13

#b713bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b713bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b713bc Color CSS Codes

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

#b713bc Text Font Color

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

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


#b713bc Background Color

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

This div background color is #b713bc


#b713bc Border Color

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

This div border color is #b713bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,19,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b713bc


Comments

No comments written yet.

Please login to write comment.