Color Hex Logo

#d31369 Color Hex

#D31369
(211,19,105)
0 Favorites   0 Comments

Color spaces of #d31369

RGB 21119105
HSL0.930.830.45
HSV333°91°83°
CMYK 0.000.910.50   0.17
XYZ29.646615.334514.7619
Yxy15.33450.49620.2567
Hunter Lab39.159366.60955.0609
CIE-Lab46.089071.46554.3057

#d31369 color RGB value is (211,19,105).

#d31369 hex color red value is 211, green value is 19 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d31369 hue: 0.93 , saturation: 0.83 and the lightness value of d31369 is 0.45.

The process color (four color CMYK) of #d31369 color hex is 0.00, 0.91, 0.50, 0.17. Web safe color of #d31369 is #cc0066. Color #d31369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010011 01101001
Octal 323 23 151
Decimal 211 19 105
Hex D3 13 69

RGB Percentages of Color #d31369

%62.99
%5.67
%31.34

CMYK Percentages of Color #d31369

%0
%91
%50
%17

Triadic Colors of #d31369

#d31369 #69d313 #1369d3

Analogous Colors of #d31369

#d31369 #d31d13 #d313c9

Monochromatic Colors of #d31369

#d31369

Complementary Color

#d31369 #13d37d

#d31369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31369 Color CSS Codes

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

#d31369 Text Font Color

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

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


#d31369 Background Color

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

This div background color is #d31369


#d31369 Border Color

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

This div border color is #d31369


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,19,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d31369; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d31369;
  -webkit-box-shadow: 1px 1px 3px 2px #d31369;
  box-shadow:         1px 1px 3px 2px #d31369; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,19,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31369


Comments

No comments written yet.

Please login to write comment.