Color Hex Logo

#dc75d7 Color Hex

#DC75D7
(220,117,215)
0 Favorites   0 Comments

Color spaces of #dc75d7

RGB 220117215
HSL0.840.600.66
HSV303°47°86°
CMYK 0.000.470.02   0.14
XYZ48.142232.844568.0922
Yxy32.84450.32290.2203
Hunter Lab57.310149.6526-30.3275
CIE-Lab64.034853.5874-33.0403

#dc75d7 color RGB value is (220,117,215).

#dc75d7 hex color red value is 220, green value is 117 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dc75d7 hue: 0.84 , saturation: 0.60 and the lightness value of dc75d7 is 0.66.

The process color (four color CMYK) of #dc75d7 color hex is 0.00, 0.47, 0.02, 0.14. Web safe color of #dc75d7 is #cc66cc. Color #dc75d7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 11010111
Octal 334 165 327
Decimal 220 117 215
Hex DC 75 D7

RGB Percentages of Color #dc75d7

%39.86
%21.20
%38.95

CMYK Percentages of Color #dc75d7

%0
%47
%2
%14

Triadic Colors of #dc75d7

#dc75d7 #d7dc75 #75d7dc

Analogous Colors of #dc75d7

#dc75d7 #dc75a4 #ae75dc

Monochromatic Colors of #dc75d7

#dc75d7

Complementary Color

#dc75d7 #75dc7a

#dc75d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75d7 Color CSS Codes

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

#dc75d7 Text Font Color

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

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


#dc75d7 Background Color

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

This div background color is #dc75d7


#dc75d7 Border Color

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

This div border color is #dc75d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75d7


Comments

No comments written yet.

Please login to write comment.