Color Hex Logo

#d12ede Color Hex

#D12EDE
(209,46,222)
0 Favorites   0 Comments

Color spaces of #d12ede

RGB 20946222
HSL0.820.730.53
HSV296°79°87°
CMYK 0.060.790.00   0.13
XYZ40.456320.783270.9865
Yxy20.78320.30600.1572
Hunter Lab45.588678.6247-60.4091
CIE-Lab52.711479.9440-54.9532

#d12ede color RGB value is (209,46,222).

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

The process color (four color CMYK) of #d12ede color hex is 0.06, 0.79, 0.00, 0.13. Web safe color of #d12ede is #cc33cc. Color #d12ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 11011110
Octal 321 56 336
Decimal 209 46 222
Hex D1 2E DE

RGB Percentages of Color #d12ede

%43.82
%9.64
%46.54

CMYK Percentages of Color #d12ede

%6
%79
%0
%13

Triadic Colors of #d12ede

#d12ede #ded12e #2eded1

Analogous Colors of #d12ede

#d12ede #de2e93 #792ede

Monochromatic Colors of #d12ede

#d12ede

Complementary Color

#d12ede #3bde2e

#d12ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12ede Color CSS Codes

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

#d12ede Text Font Color

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

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


#d12ede Background Color

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

This div background color is #d12ede


#d12ede Border Color

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

This div border color is #d12ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12ede


Comments

No comments written yet.

Please login to write comment.