Color Hex Logo

#b712be Color Hex

#B712BE
(183,18,190)
0 Favorites   0 Comments

Color spaces of #b712be

RGB 18318190
HSL0.830.830.41
HSV298°91°75°
CMYK 0.040.910.00   0.25
XYZ29.039014.217649.9289
Yxy14.21760.31160.1526
Hunter Lab37.706271.4837-52.1148
CIE-Lab44.543475.7950-49.8419

#b712be color RGB value is (183,18,190).

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

The process color (four color CMYK) of #b712be color hex is 0.04, 0.91, 0.00, 0.25. Web safe color of #b712be is #cc00cc. Color #b712be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010010 10111110
Octal 267 22 276
Decimal 183 18 190
Hex B7 12 BE

RGB Percentages of Color #b712be

%46.80
%4.60
%48.59

CMYK Percentages of Color #b712be

%4
%91
%0
%25

Triadic Colors of #b712be

#b712be #beb712 #12beb7

Analogous Colors of #b712be

#b712be #be126f #6112be

Monochromatic Colors of #b712be

#b712be

Complementary Color

#b712be #19be12

#b712be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b712be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b712be Color CSS Codes

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

#b712be Text Font Color

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

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


#b712be Background Color

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

This div background color is #b712be


#b712be Border Color

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

This div border color is #b712be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b712be


Comments

No comments written yet.

Please login to write comment.