Color Hex Logo

#bd12dd Color Hex

#BD12DD
(189,18,221)
0 Favorites   0 Comments

Color spaces of #bd12dd

RGB 18918221
HSL0.810.850.47
HSV291°92°87°
CMYK 0.140.920.00   0.13
XYZ34.253716.471969.7806
Yxy16.47190.28420.1367
Hunter Lab40.585679.6269-73.5300
CIE-Lab47.587681.7322-62.7996

#bd12dd color RGB value is (189,18,221).

#bd12dd hex color red value is 189, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd12dd hue: 0.81 , saturation: 0.85 and the lightness value of bd12dd is 0.47.

The process color (four color CMYK) of #bd12dd color hex is 0.14, 0.92, 0.00, 0.13. Web safe color of #bd12dd is #cc00cc. Color #bd12dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010010 11011101
Octal 275 22 335
Decimal 189 18 221
Hex BD 12 DD

RGB Percentages of Color #bd12dd

%44.16
%4.21
%51.64

CMYK Percentages of Color #bd12dd

%14
%92
%0
%13

Triadic Colors of #bd12dd

#bd12dd #ddbd12 #12ddbd

Analogous Colors of #bd12dd

#bd12dd #dd1298 #5812dd

Monochromatic Colors of #bd12dd

#bd12dd

Complementary Color

#bd12dd #32dd12

#bd12dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd12dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd12dd Color CSS Codes

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

#bd12dd Text Font Color

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

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


#bd12dd Background Color

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

This div background color is #bd12dd


#bd12dd Border Color

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

This div border color is #bd12dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd12dd


Comments

No comments written yet.

Please login to write comment.