Color Hex Logo

#d3344b Color Hex

#D3344B
(211,52,75)
0 Favorites   0 Comments

Color spaces of #d3344b

RGB 2115275
HSL0.980.640.52
HSV351°75°83°
CMYK 0.000.750.64   0.17
XYZ29.362016.81298.3543
Yxy16.81290.53850.3083
Hunter Lab41.003556.064916.6224
CIE-Lab48.023462.038825.3993

#d3344b color RGB value is (211,52,75).

#d3344b hex color red value is 211, green value is 52 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d3344b hue: 0.98 , saturation: 0.64 and the lightness value of d3344b is 0.52.

The process color (four color CMYK) of #d3344b color hex is 0.00, 0.75, 0.64, 0.17. Web safe color of #d3344b is #cc3333. Color #d3344b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110100 01001011
Octal 323 64 113
Decimal 211 52 75
Hex D3 34 4B

RGB Percentages of Color #d3344b

%62.43
%15.38
%22.19

CMYK Percentages of Color #d3344b

%0
%75
%64
%17

Triadic Colors of #d3344b

#d3344b #4bd334 #344bd3

Analogous Colors of #d3344b

#d3344b #d36d34 #d3349b

Monochromatic Colors of #d3344b

#d3344b

Complementary Color

#d3344b #34d3bc

#d3344b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3344b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3344b Color CSS Codes

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

#d3344b Text Font Color

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

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


#d3344b Background Color

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

This div background color is #d3344b


#d3344b Border Color

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

This div border color is #d3344b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3344b


Comments

No comments written yet.

Please login to write comment.