Color Hex Logo

#d12bfb Color Hex

#D12BFB
(209,43,251)
0 Favorites   0 Comments

Color spaces of #d12bfb

RGB 20943251
HSL0.800.960.58
HSV288°83°98°
CMYK 0.170.830.00   0.02
XYZ44.571022.248193.2119
Yxy22.24810.27850.1390
Hunter Lab47.167986.1286-84.1498
CIE-Lab54.289385.4846-68.7155

#d12bfb color RGB value is (209,43,251).

#d12bfb hex color red value is 209, green value is 43 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d12bfb hue: 0.80 , saturation: 0.96 and the lightness value of d12bfb is 0.58.

The process color (four color CMYK) of #d12bfb color hex is 0.17, 0.83, 0.00, 0.02. Web safe color of #d12bfb is #cc33ff. Color #d12bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 11111011
Octal 321 53 373
Decimal 209 43 251
Hex D1 2B FB

RGB Percentages of Color #d12bfb

%41.55
%8.55
%49.90

CMYK Percentages of Color #d12bfb

%17
%83
%0
%2

Triadic Colors of #d12bfb

#d12bfb #fbd12b #2bfbd1

Analogous Colors of #d12bfb

#d12bfb #fb2bbd #692bfb

Monochromatic Colors of #d12bfb

#d12bfb

Complementary Color

#d12bfb #55fb2b

#d12bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bfb Color CSS Codes

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

#d12bfb Text Font Color

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

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


#d12bfb Background Color

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

This div background color is #d12bfb


#d12bfb Border Color

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

This div border color is #d12bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,43,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d12bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d12bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #d12bfb;
  box-shadow:         1px 1px 3px 2px #d12bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,43,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bfb


Comments

No comments written yet.

Please login to write comment.