Color Hex Logo

#d61cbd Color Hex

#D61CBD
(214,28,189)
0 Favorites   0 Comments

Color spaces of #d61cbd

RGB 21428189
HSL0.860.770.47
HSV308°87°84°
CMYK 0.000.870.12   0.16
XYZ37.332118.800849.8054
Yxy18.80080.35240.1775
Hunter Lab43.359977.8055-37.7516
CIE-Lab50.453379.7348-39.5251

#d61cbd color RGB value is (214,28,189).

#d61cbd hex color red value is 214, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d61cbd hue: 0.86 , saturation: 0.77 and the lightness value of d61cbd is 0.47.

The process color (four color CMYK) of #d61cbd color hex is 0.00, 0.87, 0.12, 0.16. Web safe color of #d61cbd is #cc33cc. Color #d61cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011100 10111101
Octal 326 34 275
Decimal 214 28 189
Hex D6 1C BD

RGB Percentages of Color #d61cbd

%49.65
%6.50
%43.85

CMYK Percentages of Color #d61cbd

%0
%87
%12
%16

Triadic Colors of #d61cbd

#d61cbd #bdd61c #1cbdd6

Analogous Colors of #d61cbd

#d61cbd #d61c60 #921cd6

Monochromatic Colors of #d61cbd

#d61cbd

Complementary Color

#d61cbd #1cd635

#d61cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61cbd Color CSS Codes

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

#d61cbd Text Font Color

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

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


#d61cbd Background Color

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

This div background color is #d61cbd


#d61cbd Border Color

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

This div border color is #d61cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,28,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 #d61cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61cbd


Comments

No comments written yet.

Please login to write comment.