Color Hex Logo

#d23593 Color Hex

#D23593
(210,53,147)
0 Favorites   0 Comments

Color spaces of #d23593

RGB 21053147
HSL0.900.640.52
HSV324°75°82°
CMYK 0.000.750.30   0.18
XYZ33.117918.354429.4010
Yxy18.35440.40950.2270
Hunter Lab42.842063.0111-10.6992
CIE-Lab49.923267.6881-15.6092

#d23593 color RGB value is (210,53,147).

#d23593 hex color red value is 210, green value is 53 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d23593 hue: 0.90 , saturation: 0.64 and the lightness value of d23593 is 0.52.

The process color (four color CMYK) of #d23593 color hex is 0.00, 0.75, 0.30, 0.18. Web safe color of #d23593 is #cc3399. Color #d23593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110101 10010011
Octal 322 65 223
Decimal 210 53 147
Hex D2 35 93

RGB Percentages of Color #d23593

%51.22
%12.93
%35.85

CMYK Percentages of Color #d23593

%0
%75
%30
%18

Triadic Colors of #d23593

#d23593 #93d235 #3593d2

Analogous Colors of #d23593

#d23593 #d23544 #c335d2

Monochromatic Colors of #d23593

#d23593

Complementary Color

#d23593 #35d274

#d23593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23593 Color CSS Codes

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

#d23593 Text Font Color

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

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


#d23593 Background Color

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

This div background color is #d23593


#d23593 Border Color

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

This div border color is #d23593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23593


Comments

No comments written yet.

Please login to write comment.