Color Hex Logo

#d919cc Color Hex

#D919CC
(217,25,204)
0 Favorites   0 Comments

Color spaces of #d919cc

RGB 21725204
HSL0.840.790.47
HSV304°88°85°
CMYK 0.000.880.06   0.15
XYZ39.862019.806658.8488
Yxy19.80660.33630.1671
Hunter Lab44.504681.9963-47.2464
CIE-Lab51.617882.8068-46.3306

#d919cc color RGB value is (217,25,204).

#d919cc hex color red value is 217, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d919cc hue: 0.84 , saturation: 0.79 and the lightness value of d919cc is 0.47.

The process color (four color CMYK) of #d919cc color hex is 0.00, 0.88, 0.06, 0.15. Web safe color of #d919cc is #cc00cc. Color #d919cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011001 11001100
Octal 331 31 314
Decimal 217 25 204
Hex D9 19 CC

RGB Percentages of Color #d919cc

%48.65
%5.61
%45.74

CMYK Percentages of Color #d919cc

%0
%88
%6
%15

Triadic Colors of #d919cc

#d919cc #ccd919 #19ccd9

Analogous Colors of #d919cc

#d919cc #d9196c #8619d9

Monochromatic Colors of #d919cc

#d919cc

Complementary Color

#d919cc #19d926

#d919cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d919cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d919cc Color CSS Codes

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

#d919cc Text Font Color

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

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


#d919cc Background Color

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

This div background color is #d919cc


#d919cc Border Color

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

This div border color is #d919cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d919cc


Comments

No comments written yet.

Please login to write comment.