Color Hex Logo

#d774fd Color Hex

#D774FD
(215,116,253)
0 Favorites   0 Comments

Color spaces of #d774fd

RGB 215116253
HSL0.790.970.72
HSV283°54°99°
CMYK 0.150.540.00   0.01
XYZ51.999334.029796.7562
Yxy34.02970.28450.1862
Hunter Lab58.335057.0271-57.5057
CIE-Lab64.986159.8588-52.6497

#d774fd color RGB value is (215,116,253).

#d774fd hex color red value is 215, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d774fd hue: 0.79 , saturation: 0.97 and the lightness value of d774fd is 0.72.

The process color (four color CMYK) of #d774fd color hex is 0.15, 0.54, 0.00, 0.01. Web safe color of #d774fd is #cc66ff. Color #d774fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110100 11111101
Octal 327 164 375
Decimal 215 116 253
Hex D7 74 FD

RGB Percentages of Color #d774fd

%36.82
%19.86
%43.32

CMYK Percentages of Color #d774fd

%15
%54
%0
%1

Triadic Colors of #d774fd

#d774fd #fdd774 #74fdd7

Analogous Colors of #d774fd

#d774fd #fd74df #9374fd

Monochromatic Colors of #d774fd

#d774fd

Complementary Color

#d774fd #9afd74

#d774fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d774fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d774fd Color CSS Codes

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

#d774fd Text Font Color

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

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


#d774fd Background Color

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

This div background color is #d774fd


#d774fd Border Color

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

This div border color is #d774fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d774fd


Comments

No comments written yet.

Please login to write comment.