Color Hex Logo

#d23370 Color Hex

#D23370
(210,51,112)
0 Favorites   0 Comments

Color spaces of #d23370

RGB 21051112
HSL0.940.640.51
HSV337°76°82°
CMYK 0.000.760.47   0.18
XYZ30.686817.239117.0393
Yxy17.23910.47240.2654
Hunter Lab41.520059.26674.7321
CIE-Lab48.559964.73533.5329

#d23370 color RGB value is (210,51,112).

#d23370 hex color red value is 210, green value is 51 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d23370 hue: 0.94 , saturation: 0.64 and the lightness value of d23370 is 0.51.

The process color (four color CMYK) of #d23370 color hex is 0.00, 0.76, 0.47, 0.18. Web safe color of #d23370 is #cc3366. Color #d23370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110011 01110000
Octal 322 63 160
Decimal 210 51 112
Hex D2 33 70

RGB Percentages of Color #d23370

%56.30
%13.67
%30.03

CMYK Percentages of Color #d23370

%0
%76
%47
%18

Triadic Colors of #d23370

#d23370 #70d233 #3370d2

Analogous Colors of #d23370

#d23370 #d24633 #d233c0

Monochromatic Colors of #d23370

#d23370

Complementary Color

#d23370 #33d295

#d23370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23370 Color CSS Codes

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

#d23370 Text Font Color

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

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


#d23370 Background Color

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

This div background color is #d23370


#d23370 Border Color

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

This div border color is #d23370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,51,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d23370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d23370;
  -webkit-box-shadow: 1px 1px 3px 2px #d23370;
  box-shadow:         1px 1px 3px 2px #d23370; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,51,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23370


Comments

No comments written yet.

Please login to write comment.