Color Hex Logo

#d412da Color Hex

#D412DA
(212,18,218)
0 Favorites   0 Comments

Color spaces of #d412da

RGB 21218218
HSL0.830.850.46
HSV298°92°85°
CMYK 0.030.920.00   0.15
XYZ40.022619.491667.9825
Yxy19.49160.31390.1529
Hunter Lab44.149384.5541-60.3921
CIE-Lab51.257584.8621-54.9783

#d412da color RGB value is (212,18,218).

#d412da hex color red value is 212, green value is 18 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d412da hue: 0.83 , saturation: 0.85 and the lightness value of d412da is 0.46.

The process color (four color CMYK) of #d412da color hex is 0.03, 0.92, 0.00, 0.15. Web safe color of #d412da is #cc00cc. Color #d412da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010010 11011010
Octal 324 22 332
Decimal 212 18 218
Hex D4 12 DA

RGB Percentages of Color #d412da

%47.32
%4.02
%48.66

CMYK Percentages of Color #d412da

%3
%92
%0
%15

Triadic Colors of #d412da

#d412da #dad412 #12dad4

Analogous Colors of #d412da

#d412da #da127c #7012da

Monochromatic Colors of #d412da

#d412da

Complementary Color

#d412da #18da12

#d412da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d412da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d412da Color CSS Codes

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

#d412da Text Font Color

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

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


#d412da Background Color

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

This div background color is #d412da


#d412da Border Color

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

This div border color is #d412da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,18,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d412da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d412da;
  -webkit-box-shadow: 1px 1px 3px 2px #d412da;
  box-shadow:         1px 1px 3px 2px #d412da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,18,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d412da


Comments

No comments written yet.

Please login to write comment.