Color Hex Logo

#d75aff Color Hex

#D75AFF
(215,90,255)
0 Favorites   0 Comments

Color spaces of #d75aff

RGB 21590255
HSL0.791.000.68
HSV285°65°100°
CMYK 0.160.650.00   0.00
XYZ49.730528.979497.5802
Yxy28.97940.28210.1644
Hunter Lab53.832570.6915-69.7900
CIE-Lab60.763472.0239-60.4745

#d75aff color RGB value is (215,90,255).

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

The process color (four color CMYK) of #d75aff color hex is 0.16, 0.65, 0.00, 0.00. Web safe color of #d75aff is #cc66ff. Color #d75aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011010 11111111
Octal 327 132 377
Decimal 215 90 255
Hex D7 5A FF

RGB Percentages of Color #d75aff

%38.39
%16.07
%45.54

CMYK Percentages of Color #d75aff

%16
%65
%0
%0

Triadic Colors of #d75aff

#d75aff #ffd75a #5affd7

Analogous Colors of #d75aff

#d75aff #ff5ad5 #855aff

Monochromatic Colors of #d75aff

#d75aff

Complementary Color

#d75aff #82ff5a

#d75aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75aff Color CSS Codes

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

#d75aff Text Font Color

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

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


#d75aff Background Color

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

This div background color is #d75aff


#d75aff Border Color

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

This div border color is #d75aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75aff


Comments

No comments written yet.

Please login to write comment.