Color Hex Logo

#d90cbd Color Hex

#D90CBD
(217,12,189)
0 Favorites   0 Comments

Color spaces of #d90cbd

RGB 21712189
HSL0.860.900.45
HSV308°94°85°
CMYK 0.000.940.13   0.15
XYZ37.932118.688849.7522
Yxy18.68880.35660.1757
Hunter Lab43.230580.9691-37.9730
CIE-Lab50.321182.2560-39.6982

#d90cbd color RGB value is (217,12,189).

#d90cbd hex color red value is 217, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d90cbd hue: 0.86 , saturation: 0.90 and the lightness value of d90cbd is 0.45.

The process color (four color CMYK) of #d90cbd color hex is 0.00, 0.94, 0.13, 0.15. Web safe color of #d90cbd is #cc00cc. Color #d90cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001100 10111101
Octal 331 14 275
Decimal 217 12 189
Hex D9 C BD

RGB Percentages of Color #d90cbd

%51.91
%2.87
%45.22

CMYK Percentages of Color #d90cbd

%0
%94
%13
%15

Triadic Colors of #d90cbd

#d90cbd #bdd90c #0cbdd9

Analogous Colors of #d90cbd

#d90cbd #d90c56 #8f0cd9

Monochromatic Colors of #d90cbd

#d90cbd

Complementary Color

#d90cbd #0cd928

#d90cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90cbd Color CSS Codes

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

#d90cbd Text Font Color

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

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


#d90cbd Background Color

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

This div background color is #d90cbd


#d90cbd Border Color

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

This div border color is #d90cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90cbd


Comments

No comments written yet.

Please login to write comment.