Color Hex Logo

#d914ca Color Hex

#D914CA
(217,20,202)
0 Favorites   0 Comments

Color spaces of #d914ca

RGB 21720202
HSL0.850.830.46
HSV305°91°85°
CMYK 0.000.910.07   0.15
XYZ39.526119.516357.5609
Yxy19.51630.33900.1674
Hunter Lab44.177382.3966-46.3280
CIE-Lab51.285983.1835-45.7057

#d914ca color RGB value is (217,20,202).

#d914ca hex color red value is 217, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d914ca hue: 0.85 , saturation: 0.83 and the lightness value of d914ca is 0.46.

The process color (four color CMYK) of #d914ca color hex is 0.00, 0.91, 0.07, 0.15. Web safe color of #d914ca is #cc00cc. Color #d914ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010100 11001010
Octal 331 24 312
Decimal 217 20 202
Hex D9 14 CA

RGB Percentages of Color #d914ca

%49.43
%4.56
%46.01

CMYK Percentages of Color #d914ca

%0
%91
%7
%15

Triadic Colors of #d914ca

#d914ca #cad914 #14cad9

Analogous Colors of #d914ca

#d914ca #d91468 #8614d9

Monochromatic Colors of #d914ca

#d914ca

Complementary Color

#d914ca #14d923

#d914ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d914ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d914ca Color CSS Codes

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

#d914ca Text Font Color

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

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


#d914ca Background Color

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

This div background color is #d914ca


#d914ca Border Color

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

This div border color is #d914ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d914ca


Comments

No comments written yet.

Please login to write comment.