Color Hex Logo

#d94efd Color Hex

#D94EFD
(217,78,253)
0 Favorites   0 Comments

Color spaces of #d94efd

RGB 21778253
HSL0.800.980.65
HSV288°69°99°
CMYK 0.140.690.00   0.01
XYZ49.069327.292395.6102
Yxy27.29230.28530.1587
Hunter Lab52.242076.2359-71.9395
CIE-Lab59.243976.7800-61.7879

#d94efd color RGB value is (217,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001110 11111101
Octal 331 116 375
Decimal 217 78 253
Hex D9 4E FD

RGB Percentages of Color #d94efd

%39.60
%14.23
%46.17

CMYK Percentages of Color #d94efd

%14
%69
%0
%1

Triadic Colors of #d94efd

#d94efd #fdd94e #4efdd9

Analogous Colors of #d94efd

#d94efd #fd4eca #824efd

Monochromatic Colors of #d94efd

#d94efd

Complementary Color

#d94efd #72fd4e

#d94efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94efd Color CSS Codes

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

#d94efd Text Font Color

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

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


#d94efd Background Color

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

This div background color is #d94efd


#d94efd Border Color

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

This div border color is #d94efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94efd

Related Colors


Comments

No comments written yet.

Please login to write comment.