Color Hex Logo

#b12cdd Color Hex

#B12CDD
(177,44,221)
0 Favorites   0 Comments

Color spaces of #b12cdd

RGB 17744221
HSL0.790.720.52
HSV285°80°87°
CMYK 0.200.800.00   0.13
XYZ32.083316.368969.8752
Yxy16.36890.27110.1383
Hunter Lab40.458570.7469-74.0778
CIE-Lab47.454874.6249-63.1065

#b12cdd color RGB value is (177,44,221).

#b12cdd hex color red value is 177, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b12cdd hue: 0.79 , saturation: 0.72 and the lightness value of b12cdd is 0.52.

The process color (four color CMYK) of #b12cdd color hex is 0.20, 0.80, 0.00, 0.13. Web safe color of #b12cdd is #9933cc. Color #b12cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101100 11011101
Octal 261 54 335
Decimal 177 44 221
Hex B1 2C DD

RGB Percentages of Color #b12cdd

%40.05
%9.95
%50.00

CMYK Percentages of Color #b12cdd

%20
%80
%0
%13

Triadic Colors of #b12cdd

#b12cdd #ddb12c #2cddb1

Analogous Colors of #b12cdd

#b12cdd #dd2cb1 #582cdd

Monochromatic Colors of #b12cdd

#b12cdd

Complementary Color

#b12cdd #58dd2c

#b12cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12cdd Color CSS Codes

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

#b12cdd Text Font Color

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

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


#b12cdd Background Color

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

This div background color is #b12cdd


#b12cdd Border Color

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

This div border color is #b12cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,44,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b12cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b12cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b12cdd;
  box-shadow:         1px 1px 3px 2px #b12cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,44,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12cdd


Comments

No comments written yet.

Please login to write comment.