Color Hex Logo

#b912cd Color Hex

#B912CD
(185,18,205)
0 Favorites   0 Comments

Color spaces of #b912cd

RGB 18518205
HSL0.820.840.44
HSV294°91°80°
CMYK 0.100.910.00   0.20
XYZ31.243315.154759.0360
Yxy15.15470.29630.1437
Hunter Lab38.929075.1330-62.6631
CIE-Lab45.845478.4970-56.4557

#b912cd color RGB value is (185,18,205).

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

The process color (four color CMYK) of #b912cd color hex is 0.10, 0.91, 0.00, 0.20. Web safe color of #b912cd is #cc00cc. Color #b912cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 11001101
Octal 271 22 315
Decimal 185 18 205
Hex B9 12 CD

RGB Percentages of Color #b912cd

%45.34
%4.41
%50.25

CMYK Percentages of Color #b912cd

%10
%91
%0
%20

Triadic Colors of #b912cd

#b912cd #cdb912 #12cdb9

Analogous Colors of #b912cd

#b912cd #cd1284 #5b12cd

Monochromatic Colors of #b912cd

#b912cd

Complementary Color

#b912cd #26cd12

#b912cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912cd Color CSS Codes

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

#b912cd Text Font Color

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

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


#b912cd Background Color

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

This div background color is #b912cd


#b912cd Border Color

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

This div border color is #b912cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912cd


Comments

No comments written yet.

Please login to write comment.