Color Hex Logo

#b712ca Color Hex

#B712CA
(183,18,202)
0 Favorites   0 Comments

Color spaces of #b712ca

RGB 18318202
HSL0.820.840.43
HSV294°91°79°
CMYK 0.090.910.00   0.21
XYZ30.405414.764257.1243
Yxy14.76420.29720.1443
Hunter Lab38.424274.0062-61.2480
CIE-Lab45.309577.6939-55.5998

#b712ca color RGB value is (183,18,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010010 11001010
Octal 267 22 312
Decimal 183 18 202
Hex B7 12 CA

RGB Percentages of Color #b712ca

%45.41
%4.47
%50.12

CMYK Percentages of Color #b712ca

%9
%91
%0
%21

Triadic Colors of #b712ca

#b712ca #cab712 #12cab7

Analogous Colors of #b712ca

#b712ca #ca1281 #5b12ca

Monochromatic Colors of #b712ca

#b712ca

Complementary Color

#b712ca #25ca12

#b712ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b712ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b712ca Color CSS Codes

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

#b712ca Text Font Color

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

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


#b712ca Background Color

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

This div background color is #b712ca


#b712ca Border Color

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

This div border color is #b712ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b712ca


Comments

No comments written yet.

Please login to write comment.