Color Hex Logo

#d12afe Color Hex

#D12AFE
(209,42,254)
0 Favorites   0 Comments

Color spaces of #d12afe

RGB 20942254
HSL0.800.990.58
HSV287°83°100°
CMYK 0.180.830.00   0.00
XYZ45.011922.367095.7108
Yxy22.36700.27600.1371
Hunter Lab47.293887.1235-86.8826
CIE-Lab54.414386.2225-70.1821

#d12afe color RGB value is (209,42,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 11111110
Octal 321 52 376
Decimal 209 42 254
Hex D1 2A FE

RGB Percentages of Color #d12afe

%41.39
%8.32
%50.30

CMYK Percentages of Color #d12afe

%18
%83
%0
%0

Triadic Colors of #d12afe

#d12afe #fed12a #2afed1

Analogous Colors of #d12afe

#d12afe #fe2ac1 #672afe

Monochromatic Colors of #d12afe

#d12afe

Complementary Color

#d12afe #57fe2a

#d12afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12afe Color CSS Codes

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

#d12afe Text Font Color

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

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


#d12afe Background Color

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

This div background color is #d12afe


#d12afe Border Color

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

This div border color is #d12afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12afe

Related Colors


Comments

No comments written yet.

Please login to write comment.