Color Hex Logo

#d61483 Color Hex

#D61483
(214,20,131)
0 Favorites   0 Comments

Color spaces of #d61483

RGB 21420131
HSL0.900.830.46
HSV326°91°84°
CMYK 0.000.910.39   0.16
XYZ32.078416.435122.9543
Yxy16.43510.44890.2300
Hunter Lab40.540270.2969-5.1925
CIE-Lab47.540274.2390-9.4801

#d61483 color RGB value is (214,20,131).

#d61483 hex color red value is 214, green value is 20 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d61483 hue: 0.90 , saturation: 0.83 and the lightness value of d61483 is 0.46.

The process color (four color CMYK) of #d61483 color hex is 0.00, 0.91, 0.39, 0.16. Web safe color of #d61483 is #cc0099. Color #d61483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010100 10000011
Octal 326 24 203
Decimal 214 20 131
Hex D6 14 83

RGB Percentages of Color #d61483

%58.63
%5.48
%35.89

CMYK Percentages of Color #d61483

%0
%91
%39
%16

Triadic Colors of #d61483

#d61483 #83d614 #1483d6

Analogous Colors of #d61483

#d61483 #d61422 #c814d6

Monochromatic Colors of #d61483

#d61483

Complementary Color

#d61483 #14d667

#d61483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61483 Color CSS Codes

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

#d61483 Text Font Color

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

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


#d61483 Background Color

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

This div background color is #d61483


#d61483 Border Color

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

This div border color is #d61483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61483


Comments

No comments written yet.

Please login to write comment.