Color Hex Logo

#d45342 Color Hex

#D45342
(212,83,66)
0 Favorites   0 Comments

Color spaces of #d45342

RGB 2128366
HSL0.020.630.55
HSV69°83°
CMYK 0.000.610.69   0.17
XYZ31.228020.57697.4801
Yxy20.57690.52670.3471
Hunter Lab45.361843.500121.9764
CIE-Lab52.483349.828936.1630

#d45342 color RGB value is (212,83,66).

#d45342 hex color red value is 212, green value is 83 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d45342 hue: 0.02 , saturation: 0.63 and the lightness value of d45342 is 0.55.

The process color (four color CMYK) of #d45342 color hex is 0.00, 0.61, 0.69, 0.17. Web safe color of #d45342 is #cc6633. Color #d45342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010011 01000010
Octal 324 123 102
Decimal 212 83 66
Hex D4 53 42

RGB Percentages of Color #d45342

%58.73
%22.99
%18.28

CMYK Percentages of Color #d45342

%0
%61
%69
%17

Triadic Colors of #d45342

#d45342 #42d453 #5342d4

Analogous Colors of #d45342

#d45342 #d49c42 #d4427a

Monochromatic Colors of #d45342

#d45342

Complementary Color

#d45342 #42c3d4

#d45342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45342 Color CSS Codes

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

#d45342 Text Font Color

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

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


#d45342 Background Color

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

This div background color is #d45342


#d45342 Border Color

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

This div border color is #d45342


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,83,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d45342; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d45342;
  -webkit-box-shadow: 1px 1px 3px 2px #d45342;
  box-shadow:         1px 1px 3px 2px #d45342; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,83,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45342


Comments

No comments written yet.

Please login to write comment.