Color Hex Logo

#d712da Color Hex

#D712DA
(215,18,218)
0 Favorites   0 Comments

Color spaces of #d712da

RGB 21518218
HSL0.830.850.46
HSV299°92°85°
CMYK 0.010.920.00   0.15
XYZ40.895519.941668.0234
Yxy19.94160.31740.1548
Hunter Lab44.656085.3203-59.0558
CIE-Lab51.771185.3530-54.1270

#d712da color RGB value is (215,18,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010010 11011010
Octal 327 22 332
Decimal 215 18 218
Hex D7 12 DA

RGB Percentages of Color #d712da

%47.67
%3.99
%48.34

CMYK Percentages of Color #d712da

%1
%92
%0
%15

Triadic Colors of #d712da

#d712da #dad712 #12dad7

Analogous Colors of #d712da

#d712da #da1279 #7312da

Monochromatic Colors of #d712da

#d712da

Complementary Color

#d712da #15da12

#d712da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d712da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d712da Color CSS Codes

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

#d712da Text Font Color

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

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


#d712da Background Color

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

This div background color is #d712da


#d712da Border Color

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

This div border color is #d712da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d712da


Comments

No comments written yet.

Please login to write comment.