Color Hex Logo

#d294fd Color Hex

#D294FD
(210,148,253)
0 Favorites   0 Comments

Color spaces of #d294fd

RGB 210148253
HSL0.770.960.79
HSV275°42°99°
CMYK 0.170.420.00   0.01
XYZ54.897941.973398.1367
Yxy41.97330.28150.2152
Hunter Lab64.786837.8773-44.4596
CIE-Lab70.852542.0342-43.4454

#d294fd color RGB value is (210,148,253).

#d294fd hex color red value is 210, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d294fd hue: 0.77 , saturation: 0.96 and the lightness value of d294fd is 0.79.

The process color (four color CMYK) of #d294fd color hex is 0.17, 0.42, 0.00, 0.01. Web safe color of #d294fd is #cc99ff. Color #d294fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010100 11111101
Octal 322 224 375
Decimal 210 148 253
Hex D2 94 FD

RGB Percentages of Color #d294fd

%34.37
%24.22
%41.41

CMYK Percentages of Color #d294fd

%17
%42
%0
%1

Triadic Colors of #d294fd

#d294fd #fdd294 #94fdd2

Analogous Colors of #d294fd

#d294fd #fd94f4 #9e94fd

Monochromatic Colors of #d294fd

#d294fd

Complementary Color

#d294fd #bffd94

#d294fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d294fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d294fd Color CSS Codes

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

#d294fd Text Font Color

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

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


#d294fd Background Color

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

This div background color is #d294fd


#d294fd Border Color

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

This div border color is #d294fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d294fd


Comments

No comments written yet.

Please login to write comment.