Color Hex Logo

#d45ddb Color Hex

#D45DDB
(212,93,219)
0 Favorites   0 Comments

Color spaces of #d45ddb

RGB 21293219
HSL0.820.640.61
HSV297°58°86°
CMYK 0.030.580.00   0.14
XYZ43.851926.940269.9066
Yxy26.94020.31170.1915
Hunter Lab51.903959.9767-43.5217
CIE-Lab58.918963.4287-43.3666

#d45ddb color RGB value is (212,93,219).

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

The process color (four color CMYK) of #d45ddb color hex is 0.03, 0.58, 0.00, 0.14. Web safe color of #d45ddb is #cc66cc. Color #d45ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011101 11011011
Octal 324 135 333
Decimal 212 93 219
Hex D4 5D DB

RGB Percentages of Color #d45ddb

%40.46
%17.75
%41.79

CMYK Percentages of Color #d45ddb

%3
%58
%0
%14

Triadic Colors of #d45ddb

#d45ddb #dbd45d #5ddbd4

Analogous Colors of #d45ddb

#d45ddb #db5da3 #955ddb

Monochromatic Colors of #d45ddb

#d45ddb

Complementary Color

#d45ddb #64db5d

#d45ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45ddb Color CSS Codes

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

#d45ddb Text Font Color

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

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


#d45ddb Background Color

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

This div background color is #d45ddb


#d45ddb Border Color

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

This div border color is #d45ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45ddb


Comments

No comments written yet.

Please login to write comment.