Color Hex Logo

#d275ae Color Hex

#D275AE
(210,117,174)
0 Favorites   0 Comments

Color spaces of #d275ae

RGB 210117174
HSL0.900.510.64
HSV323°44°82°
CMYK 0.000.440.17   0.18
XYZ40.579629.480243.5959
Yxy29.48020.35700.2594
Hunter Lab54.295738.3902-9.5991
CIE-Lab61.203143.7235-14.3006

#d275ae color RGB value is (210,117,174).

#d275ae hex color red value is 210, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d275ae hue: 0.90 , saturation: 0.51 and the lightness value of d275ae is 0.64.

The process color (four color CMYK) of #d275ae color hex is 0.00, 0.44, 0.17, 0.18. Web safe color of #d275ae is #cc6699. Color #d275ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110101 10101110
Octal 322 165 256
Decimal 210 117 174
Hex D2 75 AE

RGB Percentages of Color #d275ae

%41.92
%23.35
%34.73

CMYK Percentages of Color #d275ae

%0
%44
%17
%18

Triadic Colors of #d275ae

#d275ae #aed275 #75aed2

Analogous Colors of #d275ae

#d275ae #d27580 #c875d2

Monochromatic Colors of #d275ae

#d275ae

Complementary Color

#d275ae #75d299

#d275ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d275ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d275ae Color CSS Codes

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

#d275ae Text Font Color

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

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


#d275ae Background Color

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

This div background color is #d275ae


#d275ae Border Color

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

This div border color is #d275ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d275ae


Comments

No comments written yet.

Please login to write comment.