Color Hex Logo

#d12dfc Color Hex

#D12DFC
(209,45,252)
0 Favorites   0 Comments

Color spaces of #d12dfc

RGB 20945252
HSL0.800.970.58
HSV288°82°99°
CMYK 0.170.820.00   0.01
XYZ44.803622.460494.0693
Yxy22.46040.27770.1392
Hunter Lab47.392485.8128-84.5102
CIE-Lab54.512185.1985-68.9117

#d12dfc color RGB value is (209,45,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101101 11111100
Octal 321 55 374
Decimal 209 45 252
Hex D1 2D FC

RGB Percentages of Color #d12dfc

%41.30
%8.89
%49.80

CMYK Percentages of Color #d12dfc

%17
%82
%0
%1

Triadic Colors of #d12dfc

#d12dfc #fcd12d #2dfcd1

Analogous Colors of #d12dfc

#d12dfc #fc2dc0 #6a2dfc

Monochromatic Colors of #d12dfc

#d12dfc

Complementary Color

#d12dfc #58fc2d

#d12dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12dfc Color CSS Codes

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

#d12dfc Text Font Color

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

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


#d12dfc Background Color

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

This div background color is #d12dfc


#d12dfc Border Color

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

This div border color is #d12dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12dfc


Comments

No comments written yet.

Please login to write comment.