Color Hex Logo

#d374dc Color Hex

#D374DC
(211,116,220)
0 Favorites   0 Comments

Color spaces of #d374dc

RGB 211116220
HSL0.820.600.66
HSV295°47°86°
CMYK 0.040.470.00   0.14
XYZ46.027631.507071.3657
Yxy31.50700.30910.2116
Hunter Lab56.131148.1409-36.0902
CIE-Lab62.933352.4121-37.6374

#d374dc color RGB value is (211,116,220).

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

The process color (four color CMYK) of #d374dc color hex is 0.04, 0.47, 0.00, 0.14. Web safe color of #d374dc is #cc66cc. Color #d374dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110100 11011100
Octal 323 164 334
Decimal 211 116 220
Hex D3 74 DC

RGB Percentages of Color #d374dc

%38.57
%21.21
%40.22

CMYK Percentages of Color #d374dc

%4
%47
%0
%14

Triadic Colors of #d374dc

#d374dc #dcd374 #74dcd3

Analogous Colors of #d374dc

#d374dc #dc74b1 #9f74dc

Monochromatic Colors of #d374dc

#d374dc

Complementary Color

#d374dc #7ddc74

#d374dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d374dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d374dc Color CSS Codes

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

#d374dc Text Font Color

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

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


#d374dc Background Color

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

This div background color is #d374dc


#d374dc Border Color

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

This div border color is #d374dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,116,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d374dc


Comments

No comments written yet.

Please login to write comment.