Color Hex Logo

#d12efe Color Hex

#D12EFE
(209,46,254)
0 Favorites   0 Comments

Color spaces of #d12efe

RGB 20946254
HSL0.800.990.59
HSV287°82°100°
CMYK 0.180.820.00   0.00
XYZ45.160922.665195.7605
Yxy22.66510.27610.1386
Hunter Lab47.607986.0116-85.9329
CIE-Lab54.725785.3097-69.6782

#d12efe color RGB value is (209,46,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 11111110
Octal 321 56 376
Decimal 209 46 254
Hex D1 2E FE

RGB Percentages of Color #d12efe

%41.06
%9.04
%49.90

CMYK Percentages of Color #d12efe

%18
%82
%0
%0

Triadic Colors of #d12efe

#d12efe #fed12e #2efed1

Analogous Colors of #d12efe

#d12efe #fe2ec3 #692efe

Monochromatic Colors of #d12efe

#d12efe

Complementary Color

#d12efe #5bfe2e

#d12efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12efe Color CSS Codes

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

#d12efe Text Font Color

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

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


#d12efe Background Color

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

This div background color is #d12efe


#d12efe Border Color

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

This div border color is #d12efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12efe


Comments

No comments written yet.

Please login to write comment.