Color Hex Logo

#d754fe Color Hex

#D754FE
(215,84,254)
0 Favorites   0 Comments

Color spaces of #d754fe

RGB 21584254
HSL0.800.990.66
HSV286°67°100°
CMYK 0.150.670.00   0.00
XYZ49.084027.943596.5725
Yxy27.94350.28270.1610
Hunter Lab52.861673.2362-71.3133
CIE-Lab59.837774.2608-61.4046

#d754fe color RGB value is (215,84,254).

#d754fe hex color red value is 215, green value is 84 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d754fe hue: 0.80 , saturation: 0.99 and the lightness value of d754fe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 11111110
Octal 327 124 376
Decimal 215 84 254
Hex D7 54 FE

RGB Percentages of Color #d754fe

%38.88
%15.19
%45.93

CMYK Percentages of Color #d754fe

%15
%67
%0
%0

Triadic Colors of #d754fe

#d754fe #fed754 #54fed7

Analogous Colors of #d754fe

#d754fe #fe54d0 #8254fe

Monochromatic Colors of #d754fe

#d754fe

Complementary Color

#d754fe #7bfe54

#d754fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d754fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d754fe Color CSS Codes

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

#d754fe Text Font Color

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

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


#d754fe Background Color

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

This div background color is #d754fe


#d754fe Border Color

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

This div border color is #d754fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,84,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d754fe


Comments

No comments written yet.

Please login to write comment.