Color Hex Logo

#d74ccd Color Hex

#D74CCD
(215,76,205)
0 Favorites   0 Comments

Color spaces of #d74ccd

RGB 21576205
HSL0.850.630.57
HSV304°65°84°
CMYK 0.000.650.05   0.16
XYZ41.628224.023760.2006
Yxy24.02370.33080.1909
Hunter Lab49.014065.8279-38.5122
CIE-Lab56.111568.8854-39.8208

#d74ccd color RGB value is (215,76,205).

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

The process color (four color CMYK) of #d74ccd color hex is 0.00, 0.65, 0.05, 0.16. Web safe color of #d74ccd is #cc33cc. Color #d74ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001100 11001101
Octal 327 114 315
Decimal 215 76 205
Hex D7 4C CD

RGB Percentages of Color #d74ccd

%43.35
%15.32
%41.33

CMYK Percentages of Color #d74ccd

%0
%65
%5
%16

Triadic Colors of #d74ccd

#d74ccd #cdd74c #4ccdd7

Analogous Colors of #d74ccd

#d74ccd #d74c88 #9c4cd7

Monochromatic Colors of #d74ccd

#d74ccd

Complementary Color

#d74ccd #4cd756

#d74ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74ccd Color CSS Codes

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

#d74ccd Text Font Color

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

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


#d74ccd Background Color

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

This div background color is #d74ccd


#d74ccd Border Color

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

This div border color is #d74ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74ccd


Comments

No comments written yet.

Please login to write comment.