Color Hex Logo

#d52142 Color Hex

#D52142
(213,33,66)
0 Favorites   0 Comments

Color spaces of #d52142

RGB 2133366
HSL0.970.730.48
HSV349°85°84°
CMYK 0.000.850.69   0.16
XYZ28.967815.62726.6438
Yxy15.62720.56530.3050
Hunter Lab39.531361.621917.7073
CIE-Lab46.481567.165428.9892

#d52142 color RGB value is (213,33,66).

#d52142 hex color red value is 213, green value is 33 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d52142 hue: 0.97 , saturation: 0.73 and the lightness value of d52142 is 0.48.

The process color (four color CMYK) of #d52142 color hex is 0.00, 0.85, 0.69, 0.16. Web safe color of #d52142 is #cc3333. Color #d52142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100001 01000010
Octal 325 41 102
Decimal 213 33 66
Hex D5 21 42

RGB Percentages of Color #d52142

%68.27
%10.58
%21.15

CMYK Percentages of Color #d52142

%0
%85
%69
%16

Triadic Colors of #d52142

#d52142 #42d521 #2142d5

Analogous Colors of #d52142

#d52142 #d55a21 #d5219c

Monochromatic Colors of #d52142

#d52142

Complementary Color

#d52142 #21d5b4

#d52142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52142 Color CSS Codes

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

#d52142 Text Font Color

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

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


#d52142 Background Color

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

This div background color is #d52142


#d52142 Border Color

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

This div border color is #d52142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52142


Comments

No comments written yet.

Please login to write comment.