Color Hex Logo

#d90275 Color Hex

#D90275
(217,2,117)
0 Favorites   0 Comments

Color spaces of #d90275

RGB 2172117
HSL0.910.980.43
HSV328°99°85°
CMYK 0.000.990.46   0.15
XYZ31.847916.079518.2547
Yxy16.07950.48120.2430
Hunter Lab40.099371.59581.0784
CIE-Lab47.078675.3929-1.5250

#d90275 color RGB value is (217,2,117).

#d90275 hex color red value is 217, green value is 2 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d90275 hue: 0.91 , saturation: 0.98 and the lightness value of d90275 is 0.43.

The process color (four color CMYK) of #d90275 color hex is 0.00, 0.99, 0.46, 0.15. Web safe color of #d90275 is #cc0066. Color #d90275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000010 01110101
Octal 331 2 165
Decimal 217 2 117
Hex D9 2 75

RGB Percentages of Color #d90275

%64.58
%0.60
%34.82

CMYK Percentages of Color #d90275

%0
%99
%46
%15

Triadic Colors of #d90275

#d90275 #75d902 #0275d9

Analogous Colors of #d90275

#d90275 #d90209 #d202d9

Monochromatic Colors of #d90275

#d90275

Complementary Color

#d90275 #02d966

#d90275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90275 Color CSS Codes

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

#d90275 Text Font Color

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

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


#d90275 Background Color

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

This div background color is #d90275


#d90275 Border Color

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

This div border color is #d90275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90275


Comments

No comments written yet.

Please login to write comment.