Color Hex Logo

#d675af Color Hex

#D675AF
(214,117,175)
0 Favorites   0 Comments

Color spaces of #d675af

RGB 214117175
HSL0.900.540.65
HSV324°45°84°
CMYK 0.000.450.18   0.16
XYZ41.830730.113944.1653
Yxy30.11390.36030.2594
Hunter Lab54.876140.0328-9.3044
CIE-Lab61.752445.1861-13.9926

#d675af color RGB value is (214,117,175).

#d675af hex color red value is 214, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d675af hue: 0.90 , saturation: 0.54 and the lightness value of d675af is 0.65.

The process color (four color CMYK) of #d675af color hex is 0.00, 0.45, 0.18, 0.16. Web safe color of #d675af is #cc6699. Color #d675af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110101 10101111
Octal 326 165 257
Decimal 214 117 175
Hex D6 75 AF

RGB Percentages of Color #d675af

%42.29
%23.12
%34.58

CMYK Percentages of Color #d675af

%0
%45
%18
%16

Triadic Colors of #d675af

#d675af #afd675 #75afd6

Analogous Colors of #d675af

#d675af #d6757f #cd75d6

Monochromatic Colors of #d675af

#d675af

Complementary Color

#d675af #75d69c

#d675af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d675af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d675af Color CSS Codes

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

#d675af Text Font Color

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

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


#d675af Background Color

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

This div background color is #d675af


#d675af Border Color

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

This div border color is #d675af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,117,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d675af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d675af;
  -webkit-box-shadow: 1px 1px 3px 2px #d675af;
  box-shadow:         1px 1px 3px 2px #d675af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,117,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d675af


Comments

No comments written yet.

Please login to write comment.