Color Hex Logo

#d671be Color Hex

#D671BE
(214,113,190)
0 Favorites   0 Comments

Color spaces of #d671be

RGB 214113190
HSL0.870.550.64
HSV314°47°84°
CMYK 0.000.470.11   0.16
XYZ42.930929.824152.2091
Yxy29.82410.34350.2387
Hunter Lab54.611444.7516-18.4538
CIE-Lab61.502249.5701-22.9156

#d671be color RGB value is (214,113,190).

#d671be hex color red value is 214, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d671be hue: 0.87 , saturation: 0.55 and the lightness value of d671be is 0.64.

The process color (four color CMYK) of #d671be color hex is 0.00, 0.47, 0.11, 0.16. Web safe color of #d671be is #cc66cc. Color #d671be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110001 10111110
Octal 326 161 276
Decimal 214 113 190
Hex D6 71 BE

RGB Percentages of Color #d671be

%41.39
%21.86
%36.75

CMYK Percentages of Color #d671be

%0
%47
%11
%16

Triadic Colors of #d671be

#d671be #bed671 #71bed6

Analogous Colors of #d671be

#d671be #d6718c #bc71d6

Monochromatic Colors of #d671be

#d671be

Complementary Color

#d671be #71d689

#d671be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d671be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d671be Color CSS Codes

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

#d671be Text Font Color

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

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


#d671be Background Color

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

This div background color is #d671be


#d671be Border Color

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

This div border color is #d671be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d671be


Comments

No comments written yet.

Please login to write comment.