Color Hex Logo

#d67493 Color Hex

#D67493
(214,116,147)
0 Favorites   0 Comments

Color spaces of #d67493

RGB 214116147
HSL0.950.540.65
HSV341°46°84°
CMYK 0.000.460.31   0.16
XYZ39.243428.893531.1124
Yxy28.89350.39540.2911
Hunter Lab53.752736.25093.3094
CIE-Lab60.687541.76720.4889

#d67493 color RGB value is (214,116,147).

#d67493 hex color red value is 214, green value is 116 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d67493 hue: 0.95 , saturation: 0.54 and the lightness value of d67493 is 0.65.

The process color (four color CMYK) of #d67493 color hex is 0.00, 0.46, 0.31, 0.16. Web safe color of #d67493 is #cc6699. Color #d67493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110100 10010011
Octal 326 164 223
Decimal 214 116 147
Hex D6 74 93

RGB Percentages of Color #d67493

%44.86
%24.32
%30.82

CMYK Percentages of Color #d67493

%0
%46
%31
%16

Triadic Colors of #d67493

#d67493 #93d674 #7493d6

Analogous Colors of #d67493

#d67493 #d68674 #d674c4

Monochromatic Colors of #d67493

#d67493

Complementary Color

#d67493 #74d6b7

#d67493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67493 Color CSS Codes

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

#d67493 Text Font Color

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

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


#d67493 Background Color

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

This div background color is #d67493


#d67493 Border Color

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

This div border color is #d67493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67493


Comments

No comments written yet.

Please login to write comment.