Color Hex Logo

#d994ca Color Hex

#D994CA
(217,148,202)
0 Favorites   0 Comments

Color spaces of #d994ca

RGB 217148202
HSL0.870.480.72
HSV313°32°85°
CMYK 0.000.320.07   0.15
XYZ49.865840.195861.0075
Yxy40.19580.33010.2661
Hunter Lab63.400229.4444-12.6723
CIE-Lab69.608834.2626-17.2799

#d994ca color RGB value is (217,148,202).

#d994ca hex color red value is 217, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d994ca hue: 0.87 , saturation: 0.48 and the lightness value of d994ca is 0.72.

The process color (four color CMYK) of #d994ca color hex is 0.00, 0.32, 0.07, 0.15. Web safe color of #d994ca is #cc99cc. Color #d994ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 11001010
Octal 331 224 312
Decimal 217 148 202
Hex D9 94 CA

RGB Percentages of Color #d994ca

%38.27
%26.10
%35.63

CMYK Percentages of Color #d994ca

%0
%32
%7
%15

Triadic Colors of #d994ca

#d994ca #cad994 #94cad9

Analogous Colors of #d994ca

#d994ca #d994a8 #c694d9

Monochromatic Colors of #d994ca

#d994ca

Complementary Color

#d994ca #94d9a3

#d994ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994ca Color CSS Codes

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

#d994ca Text Font Color

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

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


#d994ca Background Color

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

This div background color is #d994ca


#d994ca Border Color

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

This div border color is #d994ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994ca


Comments

No comments written yet.

Please login to write comment.