Color Hex Logo

#d75fdc Color Hex

#D75FDC
(215,95,220)
0 Favorites   0 Comments

Color spaces of #d75fdc

RGB 21595220
HSL0.830.640.62
HSV298°57°86°
CMYK 0.020.570.00   0.14
XYZ45.034827.798870.7023
Yxy27.79880.31380.1937
Hunter Lab52.724660.1982-42.5992
CIE-Lab59.706563.4771-42.6608

#d75fdc color RGB value is (215,95,220).

#d75fdc hex color red value is 215, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d75fdc hue: 0.83 , saturation: 0.64 and the lightness value of d75fdc is 0.62.

The process color (four color CMYK) of #d75fdc color hex is 0.02, 0.57, 0.00, 0.14. Web safe color of #d75fdc is #cc66cc. Color #d75fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011111 11011100
Octal 327 137 334
Decimal 215 95 220
Hex D7 5F DC

RGB Percentages of Color #d75fdc

%40.57
%17.92
%41.51

CMYK Percentages of Color #d75fdc

%2
%57
%0
%14

Triadic Colors of #d75fdc

#d75fdc #dcd75f #5fdcd7

Analogous Colors of #d75fdc

#d75fdc #dc5fa3 #995fdc

Monochromatic Colors of #d75fdc

#d75fdc

Complementary Color

#d75fdc #64dc5f

#d75fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75fdc Color CSS Codes

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

#d75fdc Text Font Color

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

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


#d75fdc Background Color

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

This div background color is #d75fdc


#d75fdc Border Color

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

This div border color is #d75fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75fdc


Comments

No comments written yet.

Please login to write comment.