Color Hex Logo

#d674fc Color Hex

#D674FC
(214,116,252)
0 Favorites   0 Comments

Color spaces of #d674fc

RGB 214116252
HSL0.790.960.72
HSV283°54°99°
CMYK 0.150.540.00   0.01
XYZ51.547633.815295.9056
Yxy33.81520.28440.1865
Hunter Lab58.150856.4667-57.0788
CIE-Lab64.815659.4062-52.3785

#d674fc color RGB value is (214,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110100 11111100
Octal 326 164 374
Decimal 214 116 252
Hex D6 74 FC

RGB Percentages of Color #d674fc

%36.77
%19.93
%43.30

CMYK Percentages of Color #d674fc

%15
%54
%0
%1

Triadic Colors of #d674fc

#d674fc #fcd674 #74fcd6

Analogous Colors of #d674fc

#d674fc #fc74de #9274fc

Monochromatic Colors of #d674fc

#d674fc

Complementary Color

#d674fc #9afc74

#d674fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d674fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d674fc Color CSS Codes

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

#d674fc Text Font Color

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

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


#d674fc Background Color

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

This div background color is #d674fc


#d674fc Border Color

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

This div border color is #d674fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d674fc


Comments

No comments written yet.

Please login to write comment.