Color Hex Logo

#d63474 Color Hex

#D63474
(214,52,116)
0 Favorites   0 Comments

Color spaces of #d63474

RGB 21452116
HSL0.930.660.52
HSV336°76°84°
CMYK 0.000.760.46   0.16
XYZ32.111918.013118.3074
Yxy18.01310.46920.2632
Hunter Lab42.441860.78164.1344
CIE-Lab49.512065.86122.5645

#d63474 color RGB value is (214,52,116).

#d63474 hex color red value is 214, green value is 52 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d63474 hue: 0.93 , saturation: 0.66 and the lightness value of d63474 is 0.52.

The process color (four color CMYK) of #d63474 color hex is 0.00, 0.76, 0.46, 0.16. Web safe color of #d63474 is #cc3366. Color #d63474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 01110100
Octal 326 64 164
Decimal 214 52 116
Hex D6 34 74

RGB Percentages of Color #d63474

%56.02
%13.61
%30.37

CMYK Percentages of Color #d63474

%0
%76
%46
%16

Triadic Colors of #d63474

#d63474 #74d634 #3474d6

Analogous Colors of #d63474

#d63474 #d64534 #d634c5

Monochromatic Colors of #d63474

#d63474

Complementary Color

#d63474 #34d696

#d63474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63474 Color CSS Codes

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

#d63474 Text Font Color

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

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


#d63474 Background Color

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

This div background color is #d63474


#d63474 Border Color

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

This div border color is #d63474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63474


Comments

No comments written yet.

Please login to write comment.