Color Hex Logo

#d874ff Color Hex

#D874FF
(216,116,255)
0 Favorites   0 Comments

Color spaces of #d874ff

RGB 216116255
HSL0.791.000.73
HSV283°55°100°
CMYK 0.150.550.00   0.00
XYZ52.614334.309798.4571
Yxy34.30970.28380.1851
Hunter Lab58.574557.8316-58.6577
CIE-Lab65.207760.5098-53.3879

#d874ff color RGB value is (216,116,255).

#d874ff hex color red value is 216, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d874ff hue: 0.79 , saturation: 1.00 and the lightness value of d874ff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 11111111
Octal 330 164 377
Decimal 216 116 255
Hex D8 74 FF

RGB Percentages of Color #d874ff

%36.80
%19.76
%43.44

CMYK Percentages of Color #d874ff

%15
%55
%0
%0

Triadic Colors of #d874ff

#d874ff #ffd874 #74ffd8

Analogous Colors of #d874ff

#d874ff #ff74e1 #9374ff

Monochromatic Colors of #d874ff

#d874ff

Complementary Color

#d874ff #9bff74

#d874ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874ff Color CSS Codes

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

#d874ff Text Font Color

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

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


#d874ff Background Color

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

This div background color is #d874ff


#d874ff Border Color

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

This div border color is #d874ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,116,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874ff

Related Colors


Comments

No comments written yet.

Please login to write comment.