Color Hex Logo

#d94ffc Color Hex

#D94FFC
(217,79,252)
0 Favorites   0 Comments

Color spaces of #d94ffc

RGB 21779252
HSL0.800.970.65
HSV288°69°99°
CMYK 0.140.690.00   0.01
XYZ48.981927.372094.7971
Yxy27.37200.28620.1599
Hunter Lab52.318375.5600-70.8066
CIE-Lab59.317176.2263-61.1173

#d94ffc color RGB value is (217,79,252).

#d94ffc hex color red value is 217, green value is 79 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d94ffc hue: 0.80 , saturation: 0.97 and the lightness value of d94ffc is 0.65.

The process color (four color CMYK) of #d94ffc color hex is 0.14, 0.69, 0.00, 0.01. Web safe color of #d94ffc is #cc66ff. Color #d94ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001111 11111100
Octal 331 117 374
Decimal 217 79 252
Hex D9 4F FC

RGB Percentages of Color #d94ffc

%39.60
%14.42
%45.99

CMYK Percentages of Color #d94ffc

%14
%69
%0
%1

Triadic Colors of #d94ffc

#d94ffc #fcd94f #4ffcd9

Analogous Colors of #d94ffc

#d94ffc #fc4fc9 #834ffc

Monochromatic Colors of #d94ffc

#d94ffc

Complementary Color

#d94ffc #72fc4f

#d94ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94ffc Color CSS Codes

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

#d94ffc Text Font Color

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

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


#d94ffc Background Color

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

This div background color is #d94ffc


#d94ffc Border Color

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

This div border color is #d94ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,79,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.