Color Hex Logo

#d52262 Color Hex

#D52262
(213,34,98)
0 Favorites   0 Comments

Color spaces of #d52262

RGB 2133498
HSL0.940.720.48
HSV339°84°84°
CMYK 0.000.840.54   0.16
XYZ30.217216.172013.0842
Yxy16.17200.50810.2719
Hunter Lab40.214463.75008.8595
CIE-Lab47.199368.841110.2700

#d52262 color RGB value is (213,34,98).

#d52262 hex color red value is 213, green value is 34 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d52262 hue: 0.94 , saturation: 0.72 and the lightness value of d52262 is 0.48.

The process color (four color CMYK) of #d52262 color hex is 0.00, 0.84, 0.54, 0.16. Web safe color of #d52262 is #cc3366. Color #d52262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100010 01100010
Octal 325 42 142
Decimal 213 34 98
Hex D5 22 62

RGB Percentages of Color #d52262

%61.74
%9.86
%28.41

CMYK Percentages of Color #d52262

%0
%84
%54
%16

Triadic Colors of #d52262

#d52262 #62d522 #2262d5

Analogous Colors of #d52262

#d52262 #d53b22 #d522bc

Monochromatic Colors of #d52262

#d52262

Complementary Color

#d52262 #22d595

#d52262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52262 Color CSS Codes

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

#d52262 Text Font Color

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

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


#d52262 Background Color

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

This div background color is #d52262


#d52262 Border Color

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

This div border color is #d52262


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,34,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52262


Comments

No comments written yet.

Please login to write comment.