Color Hex Logo

#d3416b Color Hex

#D3416B
(211,65,107)
0 Favorites   0 Comments

Color spaces of #d3416b

RGB 21165107
HSL0.950.620.54
HSV343°69°83°
CMYK 0.000.690.49   0.17
XYZ31.408118.691015.8623
Yxy18.69100.47620.2834
Hunter Lab43.233154.01938.5096
CIE-Lab50.323759.79949.1150

#d3416b color RGB value is (211,65,107).

#d3416b hex color red value is 211, green value is 65 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d3416b hue: 0.95 , saturation: 0.62 and the lightness value of d3416b is 0.54.

The process color (four color CMYK) of #d3416b color hex is 0.00, 0.69, 0.49, 0.17. Web safe color of #d3416b is #cc3366. Color #d3416b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000001 01101011
Octal 323 101 153
Decimal 211 65 107
Hex D3 41 6B

RGB Percentages of Color #d3416b

%55.09
%16.97
%27.94

CMYK Percentages of Color #d3416b

%0
%69
%49
%17

Triadic Colors of #d3416b

#d3416b #6bd341 #416bd3

Analogous Colors of #d3416b

#d3416b #d36041 #d341b4

Monochromatic Colors of #d3416b

#d3416b

Complementary Color

#d3416b #41d3a9

#d3416b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3416b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3416b Color CSS Codes

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

#d3416b Text Font Color

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

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


#d3416b Background Color

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

This div background color is #d3416b


#d3416b Border Color

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

This div border color is #d3416b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3416b


Comments

No comments written yet.

Please login to write comment.