Color Hex Logo

#d45fdb Color Hex

#D45FDB
(212,95,219)
0 Favorites   0 Comments

Color spaces of #d45fdb

RGB 21295219
HSL0.820.630.62
HSV297°57°86°
CMYK 0.030.570.00   0.14
XYZ44.029827.295969.9659
Yxy27.29590.31160.1932
Hunter Lab52.245559.0010-42.8279
CIE-Lab59.247262.5354-42.8494

#d45fdb color RGB value is (212,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011111 11011011
Octal 324 137 333
Decimal 212 95 219
Hex D4 5F DB

RGB Percentages of Color #d45fdb

%40.30
%18.06
%41.63

CMYK Percentages of Color #d45fdb

%3
%57
%0
%14

Triadic Colors of #d45fdb

#d45fdb #dbd45f #5fdbd4

Analogous Colors of #d45fdb

#d45fdb #db5fa4 #965fdb

Monochromatic Colors of #d45fdb

#d45fdb

Complementary Color

#d45fdb #66db5f

#d45fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45fdb Color CSS Codes

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

#d45fdb Text Font Color

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

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


#d45fdb Background Color

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

This div background color is #d45fdb


#d45fdb Border Color

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

This div border color is #d45fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45fdb


Comments

No comments written yet.

Please login to write comment.