Color Hex Logo

#b012cd Color Hex

#B012CD
(176,18,205)
0 Favorites   0 Comments

Color spaces of #b012cd

RGB 17618205
HSL0.810.840.44
HSV291°91°80°
CMYK 0.140.910.00   0.20
XYZ29.140214.070558.9376
Yxy14.07050.28530.1377
Hunter Lab37.510773.0243-66.9003
CIE-Lab44.333977.0888-58.9710

#b012cd color RGB value is (176,18,205).

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

The process color (four color CMYK) of #b012cd color hex is 0.14, 0.91, 0.00, 0.20. Web safe color of #b012cd is #9900cc. Color #b012cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010010 11001101
Octal 260 22 315
Decimal 176 18 205
Hex B0 12 CD

RGB Percentages of Color #b012cd

%44.11
%4.51
%51.38

CMYK Percentages of Color #b012cd

%14
%91
%0
%20

Triadic Colors of #b012cd

#b012cd #cdb012 #12cdb0

Analogous Colors of #b012cd

#b012cd #cd128d #5212cd

Monochromatic Colors of #b012cd

#b012cd

Complementary Color

#b012cd #2fcd12

#b012cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b012cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b012cd Color CSS Codes

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

#b012cd Text Font Color

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

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


#b012cd Background Color

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

This div background color is #b012cd


#b012cd Border Color

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

This div border color is #b012cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b012cd


Comments

No comments written yet.

Please login to write comment.