Color Hex Logo

#d45dda Color Hex

#D45DDA
(212,93,218)
0 Favorites   0 Comments

Color spaces of #d45dda

RGB 21293218
HSL0.830.630.61
HSV297°57°85°
CMYK 0.030.570.00   0.15
XYZ43.720626.887769.2152
Yxy26.88770.31270.1923
Hunter Lab51.853459.7605-42.8445
CIE-Lab58.870263.2526-42.8799

#d45dda color RGB value is (212,93,218).

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

The process color (four color CMYK) of #d45dda color hex is 0.03, 0.57, 0.00, 0.15. Web safe color of #d45dda is #cc66cc. Color #d45dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011101 11011010
Octal 324 135 332
Decimal 212 93 218
Hex D4 5D DA

RGB Percentages of Color #d45dda

%40.54
%17.78
%41.68

CMYK Percentages of Color #d45dda

%3
%57
%0
%15

Triadic Colors of #d45dda

#d45dda #dad45d #5ddad4

Analogous Colors of #d45dda

#d45dda #da5da2 #965dda

Monochromatic Colors of #d45dda

#d45dda

Complementary Color

#d45dda #63da5d

#d45dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45dda Color CSS Codes

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

#d45dda Text Font Color

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

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


#d45dda Background Color

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

This div background color is #d45dda


#d45dda Border Color

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

This div border color is #d45dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45dda


Comments

No comments written yet.

Please login to write comment.