Color Hex Logo

#d74ccc Color Hex

#D74CCC
(215,76,204)
0 Favorites   0 Comments

Color spaces of #d74ccc

RGB 21576204
HSL0.850.630.57
HSV305°65°84°
CMYK 0.000.650.05   0.16
XYZ41.507923.975659.5668
Yxy23.97560.33190.1917
Hunter Lab48.964965.6272-37.8521
CIE-Lab56.063468.7269-39.3257

#d74ccc color RGB value is (215,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001100 11001100
Octal 327 114 314
Decimal 215 76 204
Hex D7 4C CC

RGB Percentages of Color #d74ccc

%43.43
%15.35
%41.21

CMYK Percentages of Color #d74ccc

%0
%65
%5
%16

Triadic Colors of #d74ccc

#d74ccc #ccd74c #4cccd7

Analogous Colors of #d74ccc

#d74ccc #d74c87 #9d4cd7

Monochromatic Colors of #d74ccc

#d74ccc

Complementary Color

#d74ccc #4cd757

#d74ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74ccc Color CSS Codes

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

#d74ccc Text Font Color

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

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


#d74ccc Background Color

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

This div background color is #d74ccc


#d74ccc Border Color

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

This div border color is #d74ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74ccc


Comments

No comments written yet.

Please login to write comment.