Color Hex Logo

#d63483 Color Hex

#D63483
(214,52,131)
0 Favorites   0 Comments

Color spaces of #d63483

RGB 21452131
HSL0.920.660.52
HSV331°76°84°
CMYK 0.000.760.39   0.16
XYZ33.056318.390823.2803
Yxy18.39080.44240.2461
Hunter Lab42.884562.5438-2.1671
CIE-Lab49.966767.2821-5.8574

#d63483 color RGB value is (214,52,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 10000011
Octal 326 64 203
Decimal 214 52 131
Hex D6 34 83

RGB Percentages of Color #d63483

%53.90
%13.10
%33.00

CMYK Percentages of Color #d63483

%0
%76
%39
%16

Triadic Colors of #d63483

#d63483 #83d634 #3483d6

Analogous Colors of #d63483

#d63483 #d63634 #d634d4

Monochromatic Colors of #d63483

#d63483

Complementary Color

#d63483 #34d687

#d63483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63483 Color CSS Codes

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

#d63483 Text Font Color

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

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


#d63483 Background Color

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

This div background color is #d63483


#d63483 Border Color

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

This div border color is #d63483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63483


Comments

No comments written yet.

Please login to write comment.