Color Hex Logo

#d14fdf Color Hex

#D14FDF
(209,79,223)
0 Favorites   0 Comments

Color spaces of #d14fdf

RGB 20979223
HSL0.820.690.59
HSV294°65°87°
CMYK 0.060.650.00   0.13
XYZ42.409824.475072.3009
Yxy24.47500.30470.1758
Hunter Lab49.472266.4418-52.0185
CIE-Lab56.560369.3129-49.3810

#d14fdf color RGB value is (209,79,223).

#d14fdf hex color red value is 209, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d14fdf hue: 0.82 , saturation: 0.69 and the lightness value of d14fdf is 0.59.

The process color (four color CMYK) of #d14fdf color hex is 0.06, 0.65, 0.00, 0.13. Web safe color of #d14fdf is #cc66cc. Color #d14fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001111 11011111
Octal 321 117 337
Decimal 209 79 223
Hex D1 4F DF

RGB Percentages of Color #d14fdf

%40.90
%15.46
%43.64

CMYK Percentages of Color #d14fdf

%6
%65
%0
%13

Triadic Colors of #d14fdf

#d14fdf #dfd14f #4fdfd1

Analogous Colors of #d14fdf

#d14fdf #df4fa5 #894fdf

Monochromatic Colors of #d14fdf

#d14fdf

Complementary Color

#d14fdf #5ddf4f

#d14fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14fdf Color CSS Codes

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

#d14fdf Text Font Color

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

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


#d14fdf Background Color

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

This div background color is #d14fdf


#d14fdf Border Color

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

This div border color is #d14fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,79,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d14fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d14fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #d14fdf;
  box-shadow:         1px 1px 3px 2px #d14fdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,79,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14fdf


Comments

No comments written yet.

Please login to write comment.