Color Hex Logo

#d62693 Color Hex

#D62693
(214,38,147)
0 Favorites   0 Comments

Color spaces of #d62693

RGB 21438147
HSL0.900.700.49
HSV323°82°84°
CMYK 0.000.820.31   0.16
XYZ33.691117.789029.2617
Yxy17.78900.41730.2203
Hunter Lab42.177068.7765-11.6105
CIE-Lab49.239272.6546-16.5841

#d62693 color RGB value is (214,38,147).

#d62693 hex color red value is 214, green value is 38 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d62693 hue: 0.90 , saturation: 0.70 and the lightness value of d62693 is 0.49.

The process color (four color CMYK) of #d62693 color hex is 0.00, 0.82, 0.31, 0.16. Web safe color of #d62693 is #cc3399. Color #d62693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100110 10010011
Octal 326 46 223
Decimal 214 38 147
Hex D6 26 93

RGB Percentages of Color #d62693

%53.63
%9.52
%36.84

CMYK Percentages of Color #d62693

%0
%82
%31
%16

Triadic Colors of #d62693

#d62693 #93d626 #2693d6

Analogous Colors of #d62693

#d62693 #d6263b #c126d6

Monochromatic Colors of #d62693

#d62693

Complementary Color

#d62693 #26d669

#d62693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62693 Color CSS Codes

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

#d62693 Text Font Color

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

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


#d62693 Background Color

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

This div background color is #d62693


#d62693 Border Color

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

This div border color is #d62693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62693


Comments

No comments written yet.

Please login to write comment.