Color Hex Logo

#d51a66 Color Hex

#D51A66
(213,26,102)
0 Favorites   0 Comments

Color spaces of #d51a66

RGB 21326102
HSL0.930.780.47
HSV336°88°84°
CMYK 0.000.880.52   0.16
XYZ30.208215.844214.0365
Yxy15.84420.50270.2637
Hunter Lab39.804865.80696.9557
CIE-Lab46.769470.66037.1902

#d51a66 color RGB value is (213,26,102).

#d51a66 hex color red value is 213, green value is 26 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d51a66 hue: 0.93 , saturation: 0.78 and the lightness value of d51a66 is 0.47.

The process color (four color CMYK) of #d51a66 color hex is 0.00, 0.88, 0.52, 0.16. Web safe color of #d51a66 is #cc3366. Color #d51a66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011010 01100110
Octal 325 32 146
Decimal 213 26 102
Hex D5 1A 66

RGB Percentages of Color #d51a66

%62.46
%7.62
%29.91

CMYK Percentages of Color #d51a66

%0
%88
%52
%16

Triadic Colors of #d51a66

#d51a66 #66d51a #1a66d5

Analogous Colors of #d51a66

#d51a66 #d52c1a #d51ac4

Monochromatic Colors of #d51a66

#d51a66

Complementary Color

#d51a66 #1ad589

#d51a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51a66 Color CSS Codes

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

#d51a66 Text Font Color

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

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


#d51a66 Background Color

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

This div background color is #d51a66


#d51a66 Border Color

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

This div border color is #d51a66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,26,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d51a66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d51a66;
  -webkit-box-shadow: 1px 1px 3px 2px #d51a66;
  box-shadow:         1px 1px 3px 2px #d51a66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,26,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51a66


Comments

No comments written yet.

Please login to write comment.