Color Hex Logo

#d677ca Color Hex

#D677CA
(214,119,202)
0 Favorites   0 Comments

Color spaces of #d677ca

RGB 214119202
HSL0.850.540.65
HSV308°44°84°
CMYK 0.000.440.06   0.16
XYZ44.989131.754159.6351
Yxy31.75410.32990.2328
Hunter Lab56.350843.8962-23.3001
CIE-Lab63.139148.5495-27.1886

#d677ca color RGB value is (214,119,202).

#d677ca hex color red value is 214, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d677ca hue: 0.85 , saturation: 0.54 and the lightness value of d677ca is 0.65.

The process color (four color CMYK) of #d677ca color hex is 0.00, 0.44, 0.06, 0.16. Web safe color of #d677ca is #cc66cc. Color #d677ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110111 11001010
Octal 326 167 312
Decimal 214 119 202
Hex D6 77 CA

RGB Percentages of Color #d677ca

%40.00
%22.24
%37.76

CMYK Percentages of Color #d677ca

%0
%44
%6
%16

Triadic Colors of #d677ca

#d677ca #cad677 #77cad6

Analogous Colors of #d677ca

#d677ca #d6779b #b377d6

Monochromatic Colors of #d677ca

#d677ca

Complementary Color

#d677ca #77d683

#d677ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d677ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d677ca Color CSS Codes

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

#d677ca Text Font Color

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

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


#d677ca Background Color

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

This div background color is #d677ca


#d677ca Border Color

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

This div border color is #d677ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d677ca


Comments

No comments written yet.

Please login to write comment.