Color Hex Logo

#d12eea Color Hex

#D12EEA
(209,46,234)
0 Favorites   0 Comments

Color spaces of #d12eea

RGB 20946234
HSL0.810.820.55
HSV292°80°92°
CMYK 0.110.800.00   0.08
XYZ42.122821.449879.7620
Yxy21.44980.29390.1496
Hunter Lab46.313981.2975-69.6897
CIE-Lab53.438381.9058-60.5703

#d12eea color RGB value is (209,46,234).

#d12eea hex color red value is 209, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d12eea hue: 0.81 , saturation: 0.82 and the lightness value of d12eea is 0.55.

The process color (four color CMYK) of #d12eea color hex is 0.11, 0.80, 0.00, 0.08. Web safe color of #d12eea is #cc33ff. Color #d12eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 11101010
Octal 321 56 352
Decimal 209 46 234
Hex D1 2E EA

RGB Percentages of Color #d12eea

%42.74
%9.41
%47.85

CMYK Percentages of Color #d12eea

%11
%80
%0
%8

Triadic Colors of #d12eea

#d12eea #ead12e #2eead1

Analogous Colors of #d12eea

#d12eea #ea2ea5 #732eea

Monochromatic Colors of #d12eea

#d12eea

Complementary Color

#d12eea #47ea2e

#d12eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12eea Color CSS Codes

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

#d12eea Text Font Color

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

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


#d12eea Background Color

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

This div background color is #d12eea


#d12eea Border Color

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

This div border color is #d12eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12eea


Comments

No comments written yet.

Please login to write comment.