Color Hex Logo

#d12afb Color Hex

#D12AFB
(209,42,251)
0 Favorites   0 Comments

Color spaces of #d12afb

RGB 20942251
HSL0.800.960.57
HSV288°83°98°
CMYK 0.170.830.00   0.02
XYZ44.535022.176393.2000
Yxy22.17630.27850.1387
Hunter Lab47.091786.3983-84.3776
CIE-Lab54.213685.7063-68.8379

#d12afb color RGB value is (209,42,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 11111011
Octal 321 52 373
Decimal 209 42 251
Hex D1 2A FB

RGB Percentages of Color #d12afb

%41.63
%8.37
%50.00

CMYK Percentages of Color #d12afb

%17
%83
%0
%2

Triadic Colors of #d12afb

#d12afb #fbd12a #2afbd1

Analogous Colors of #d12afb

#d12afb #fb2abd #692afb

Monochromatic Colors of #d12afb

#d12afb

Complementary Color

#d12afb #54fb2a

#d12afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12afb Color CSS Codes

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

#d12afb Text Font Color

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

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


#d12afb Background Color

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

This div background color is #d12afb


#d12afb Border Color

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

This div border color is #d12afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12afb


Comments

No comments written yet.

Please login to write comment.