Color Hex Logo

#d12dde Color Hex

#D12DDE
(209,45,222)
0 Favorites   0 Comments

Color spaces of #d12dde

RGB 20945222
HSL0.820.730.52
HSV296°80°87°
CMYK 0.060.800.00   0.13
XYZ40.417720.706070.9737
Yxy20.70600.30600.1567
Hunter Lab45.503878.9166-60.6237
CIE-Lab52.626280.1915-55.0896

#d12dde color RGB value is (209,45,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101101 11011110
Octal 321 55 336
Decimal 209 45 222
Hex D1 2D DE

RGB Percentages of Color #d12dde

%43.91
%9.45
%46.64

CMYK Percentages of Color #d12dde

%6
%80
%0
%13

Triadic Colors of #d12dde

#d12dde #ded12d #2dded1

Analogous Colors of #d12dde

#d12dde #de2d93 #792dde

Monochromatic Colors of #d12dde

#d12dde

Complementary Color

#d12dde #3ade2d

#d12dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12dde Color CSS Codes

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

#d12dde Text Font Color

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

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


#d12dde Background Color

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

This div background color is #d12dde


#d12dde Border Color

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

This div border color is #d12dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12dde


Comments

No comments written yet.

Please login to write comment.