Color Hex Logo

#d775fe Color Hex

#D775FE
(215,117,254)
0 Favorites   0 Comments

Color spaces of #d775fe

RGB 215117254
HSL0.790.990.73
HSV283°54°100°
CMYK 0.150.540.00   0.00
XYZ52.275034.325497.6362
Yxy34.32540.28370.1863
Hunter Lab58.587956.7377-57.7948
CIE-Lab65.220059.5720-52.8276

#d775fe color RGB value is (215,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 11111110
Octal 327 165 376
Decimal 215 117 254
Hex D7 75 FE

RGB Percentages of Color #d775fe

%36.69
%19.97
%43.34

CMYK Percentages of Color #d775fe

%15
%54
%0
%0

Triadic Colors of #d775fe

#d775fe #fed775 #75fed7

Analogous Colors of #d775fe

#d775fe #fe75e1 #9375fe

Monochromatic Colors of #d775fe

#d775fe

Complementary Color

#d775fe #9cfe75

#d775fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d775fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d775fe Color CSS Codes

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

#d775fe Text Font Color

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

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


#d775fe Background Color

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

This div background color is #d775fe


#d775fe Border Color

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

This div border color is #d775fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d775fe


Comments

No comments written yet.

Please login to write comment.