Color Hex Logo

#d374df Color Hex

#D374DF
(211,116,223)
0 Favorites   0 Comments

Color spaces of #d374df

RGB 211116223
HSL0.810.630.66
HSV293°48°87°
CMYK 0.050.480.00   0.13
XYZ46.428631.667473.4774
Yxy31.66740.30630.2089
Hunter Lab56.273848.7920-38.0240
CIE-Lab63.067052.9727-39.1038

#d374df color RGB value is (211,116,223).

#d374df hex color red value is 211, green value is 116 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d374df hue: 0.81 , saturation: 0.63 and the lightness value of d374df is 0.66.

The process color (four color CMYK) of #d374df color hex is 0.05, 0.48, 0.00, 0.13. Web safe color of #d374df is #cc66cc. Color #d374df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110100 11011111
Octal 323 164 337
Decimal 211 116 223
Hex D3 74 DF

RGB Percentages of Color #d374df

%38.36
%21.09
%40.55

CMYK Percentages of Color #d374df

%5
%48
%0
%13

Triadic Colors of #d374df

#d374df #dfd374 #74dfd3

Analogous Colors of #d374df

#d374df #df74b6 #9e74df

Monochromatic Colors of #d374df

#d374df

Complementary Color

#d374df #80df74

#d374df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d374df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d374df Color CSS Codes

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

#d374df Text Font Color

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

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


#d374df Background Color

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

This div background color is #d374df


#d374df Border Color

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

This div border color is #d374df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d374df


Comments

No comments written yet.

Please login to write comment.