Color Hex Logo

#d75ccd Color Hex

#D75CCD
(215,92,205)
0 Favorites   0 Comments

Color spaces of #d75ccd

RGB 21592205
HSL0.850.610.60
HSV305°57°84°
CMYK 0.000.570.05   0.16
XYZ42.870926.509160.6148
Yxy26.50910.32980.2039
Hunter Lab51.487058.5267-33.7603
CIE-Lab58.517262.2577-36.0488

#d75ccd color RGB value is (215,92,205).

#d75ccd hex color red value is 215, green value is 92 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d75ccd hue: 0.85 , saturation: 0.61 and the lightness value of d75ccd is 0.60.

The process color (four color CMYK) of #d75ccd color hex is 0.00, 0.57, 0.05, 0.16. Web safe color of #d75ccd is #cc66cc. Color #d75ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011100 11001101
Octal 327 134 315
Decimal 215 92 205
Hex D7 5C CD

RGB Percentages of Color #d75ccd

%41.99
%17.97
%40.04

CMYK Percentages of Color #d75ccd

%0
%57
%5
%16

Triadic Colors of #d75ccd

#d75ccd #cdd75c #5ccdd7

Analogous Colors of #d75ccd

#d75ccd #d75c90 #a45cd7

Monochromatic Colors of #d75ccd

#d75ccd

Complementary Color

#d75ccd #5cd766

#d75ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75ccd Color CSS Codes

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

#d75ccd Text Font Color

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

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


#d75ccd Background Color

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

This div background color is #d75ccd


#d75ccd Border Color

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

This div border color is #d75ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75ccd


Comments

No comments written yet.

Please login to write comment.