Color Hex Logo

#d174da Color Hex

#D174DA
(209,116,218)
0 Favorites   0 Comments

Color spaces of #d174da

RGB 209116218
HSL0.820.580.65
HSV295°47°85°
CMYK 0.040.470.00   0.15
XYZ45.194831.108069.9521
Yxy31.10800.30900.2127
Hunter Lab55.774547.0353-35.3190
CIE-Lab62.598751.4719-37.0596

#d174da color RGB value is (209,116,218).

#d174da hex color red value is 209, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d174da hue: 0.82 , saturation: 0.58 and the lightness value of d174da is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11011010
Octal 321 164 332
Decimal 209 116 218
Hex D1 74 DA

RGB Percentages of Color #d174da

%38.49
%21.36
%40.15

CMYK Percentages of Color #d174da

%4
%47
%0
%15

Triadic Colors of #d174da

#d174da #dad174 #74dad1

Analogous Colors of #d174da

#d174da #da74b0 #9e74da

Monochromatic Colors of #d174da

#d174da

Complementary Color

#d174da #7dda74

#d174da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174da Color CSS Codes

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

#d174da Text Font Color

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

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


#d174da Background Color

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

This div background color is #d174da


#d174da Border Color

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

This div border color is #d174da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174da


Comments

No comments written yet.

Please login to write comment.