Color Hex Logo

#d66293 Color Hex

#D66293
(214,98,147)
0 Favorites   0 Comments

Color spaces of #d66293

RGB 21498147
HSL0.930.590.61
HSV335°54°84°
CMYK 0.000.540.31   0.16
XYZ37.365725.138130.4865
Yxy25.13810.40180.2703
Hunter Lab50.137945.2873-0.9549
CIE-Lab57.209750.7223-4.6179

#d66293 color RGB value is (214,98,147).

#d66293 hex color red value is 214, green value is 98 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d66293 hue: 0.93 , saturation: 0.59 and the lightness value of d66293 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100010 10010011
Octal 326 142 223
Decimal 214 98 147
Hex D6 62 93

RGB Percentages of Color #d66293

%46.62
%21.35
%32.03

CMYK Percentages of Color #d66293

%0
%54
%31
%16

Triadic Colors of #d66293

#d66293 #93d662 #6293d6

Analogous Colors of #d66293

#d66293 #d66b62 #d662cd

Monochromatic Colors of #d66293

#d66293

Complementary Color

#d66293 #62d6a5

#d66293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66293 Color CSS Codes

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

#d66293 Text Font Color

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

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


#d66293 Background Color

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

This div background color is #d66293


#d66293 Border Color

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

This div border color is #d66293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66293


Comments

No comments written yet.

Please login to write comment.