Color Hex Logo

#d31c69 Color Hex

#D31C69
(211,28,105)
0 Favorites   0 Comments

Color spaces of #d31c69

RGB 21128105
HSL0.930.770.47
HSV335°87°83°
CMYK 0.000.870.50   0.17
XYZ29.829015.699314.8227
Yxy15.69930.49430.2601
Hunter Lab39.622365.04165.5553
CIE-Lab46.577570.05395.0071

#d31c69 color RGB value is (211,28,105).

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

The process color (four color CMYK) of #d31c69 color hex is 0.00, 0.87, 0.50, 0.17. Web safe color of #d31c69 is #cc3366. Color #d31c69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011100 01101001
Octal 323 34 151
Decimal 211 28 105
Hex D3 1C 69

RGB Percentages of Color #d31c69

%61.34
%8.14
%30.52

CMYK Percentages of Color #d31c69

%0
%87
%50
%17

Triadic Colors of #d31c69

#d31c69 #69d31c #1c69d3

Analogous Colors of #d31c69

#d31c69 #d32b1c #d31cc5

Monochromatic Colors of #d31c69

#d31c69

Complementary Color

#d31c69 #1cd386

#d31c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31c69 Color CSS Codes

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

#d31c69 Text Font Color

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

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


#d31c69 Background Color

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

This div background color is #d31c69


#d31c69 Border Color

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

This div border color is #d31c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31c69


Comments

No comments written yet.

Please login to write comment.