Color Hex Logo

#d63390 Color Hex

#D63390
(214,51,144)
0 Favorites   0 Comments

Color spaces of #d63390

RGB 21451144
HSL0.900.670.52
HSV326°76°84°
CMYK 0.000.760.33   0.16
XYZ33.949418.677428.2013
Yxy18.67740.42000.2311
Hunter Lab43.217464.5903-8.4373
CIE-Lab50.307668.9512-13.1636

#d63390 color RGB value is (214,51,144).

#d63390 hex color red value is 214, green value is 51 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d63390 hue: 0.90 , saturation: 0.67 and the lightness value of d63390 is 0.52.

The process color (four color CMYK) of #d63390 color hex is 0.00, 0.76, 0.33, 0.16. Web safe color of #d63390 is #cc3399. Color #d63390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110011 10010000
Octal 326 63 220
Decimal 214 51 144
Hex D6 33 90

RGB Percentages of Color #d63390

%52.32
%12.47
%35.21

CMYK Percentages of Color #d63390

%0
%76
%33
%16

Triadic Colors of #d63390

#d63390 #90d633 #3390d6

Analogous Colors of #d63390

#d63390 #d6333f #cb33d6

Monochromatic Colors of #d63390

#d63390

Complementary Color

#d63390 #33d679

#d63390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63390 Color CSS Codes

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

#d63390 Text Font Color

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

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


#d63390 Background Color

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

This div background color is #d63390


#d63390 Border Color

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

This div border color is #d63390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63390


Comments

No comments written yet.

Please login to write comment.