Color Hex Logo

#d681cc Color Hex

#D681CC
(214,129,204)
0 Favorites   0 Comments

Color spaces of #d681cc

RGB 214129204
HSL0.850.510.67
HSV307°40°84°
CMYK 0.000.400.05   0.16
XYZ46.480934.356361.3084
Yxy34.35630.32700.2417
Hunter Lab58.614238.9750-20.9852
CIE-Lab65.244443.7353-25.0752

#d681cc color RGB value is (214,129,204).

#d681cc hex color red value is 214, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d681cc hue: 0.85 , saturation: 0.51 and the lightness value of d681cc is 0.67.

The process color (four color CMYK) of #d681cc color hex is 0.00, 0.40, 0.05, 0.16. Web safe color of #d681cc is #cc99cc. Color #d681cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 11001100
Octal 326 201 314
Decimal 214 129 204
Hex D6 81 CC

RGB Percentages of Color #d681cc

%39.12
%23.58
%37.29

CMYK Percentages of Color #d681cc

%0
%40
%5
%16

Triadic Colors of #d681cc

#d681cc #ccd681 #81ccd6

Analogous Colors of #d681cc

#d681cc #d681a2 #b681d6

Monochromatic Colors of #d681cc

#d681cc

Complementary Color

#d681cc #81d68b

#d681cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d681cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d681cc Color CSS Codes

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

#d681cc Text Font Color

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

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


#d681cc Background Color

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

This div background color is #d681cc


#d681cc Border Color

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

This div border color is #d681cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d681cc


Comments

No comments written yet.

Please login to write comment.