Color Hex Logo

#d34043 Color Hex

#D34043
(211,64,67)
0 Favorites   0 Comments

Color spaces of #d34043

RGB 2116467
HSL1.000.630.54
HSV359°70°83°
CMYK 0.000.700.68   0.17
XYZ29.710517.92097.2034
Yxy17.92090.54180.3268
Hunter Lab42.333151.193219.5444
CIE-Lab49.400057.437231.8697

#d34043 color RGB value is (211,64,67).

#d34043 hex color red value is 211, green value is 64 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #d34043 hue: 1.00 , saturation: 0.63 and the lightness value of d34043 is 0.54.

The process color (four color CMYK) of #d34043 color hex is 0.00, 0.70, 0.68, 0.17. Web safe color of #d34043 is #cc3333. Color #d34043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000000 01000011
Octal 323 100 103
Decimal 211 64 67
Hex D3 40 43

RGB Percentages of Color #d34043

%61.70
%18.71
%19.59

CMYK Percentages of Color #d34043

%0
%70
%68
%17

Triadic Colors of #d34043

#d34043 #43d340 #4043d3

Analogous Colors of #d34043

#d34043 #d38740 #d3408d

Monochromatic Colors of #d34043

#d34043

Complementary Color

#d34043 #40d3d0

#d34043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34043 Color CSS Codes

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

#d34043 Text Font Color

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

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


#d34043 Background Color

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

This div background color is #d34043


#d34043 Border Color

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

This div border color is #d34043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34043


Comments

No comments written yet.

Please login to write comment.