Color Hex Logo

#dc74e3 Color Hex

#DC74E3
(220,116,227)
0 Favorites   0 Comments

Color spaces of #dc74e3

RGB 220116227
HSL0.820.660.67
HSV296°49°89°
CMYK 0.030.490.00   0.11
XYZ49.625733.252576.4759
Yxy33.25250.31140.2087
Hunter Lab57.665052.7010-38.2655
CIE-Lab64.364856.2174-39.2207

#dc74e3 color RGB value is (220,116,227).

#dc74e3 hex color red value is 220, green value is 116 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dc74e3 hue: 0.82 , saturation: 0.66 and the lightness value of dc74e3 is 0.67.

The process color (four color CMYK) of #dc74e3 color hex is 0.03, 0.49, 0.00, 0.11. Web safe color of #dc74e3 is #cc66cc. Color #dc74e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 11100011
Octal 334 164 343
Decimal 220 116 227
Hex DC 74 E3

RGB Percentages of Color #dc74e3

%39.08
%20.60
%40.32

CMYK Percentages of Color #dc74e3

%3
%49
%0
%11

Triadic Colors of #dc74e3

#dc74e3 #e3dc74 #74e3dc

Analogous Colors of #dc74e3

#dc74e3 #e374b3 #a574e3

Monochromatic Colors of #dc74e3

#dc74e3

Complementary Color

#dc74e3 #7be374

#dc74e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc74e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc74e3 Color CSS Codes

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

#dc74e3 Text Font Color

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

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


#dc74e3 Background Color

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

This div background color is #dc74e3


#dc74e3 Border Color

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

This div border color is #dc74e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc74e3


Comments

No comments written yet.

Please login to write comment.