Color Hex Logo

#d23575 Color Hex

#D23575
(210,53,117)
0 Favorites   0 Comments

Color spaces of #d23575

RGB 21053117
HSL0.930.640.52
HSV336°75°82°
CMYK 0.000.750.44   0.18
XYZ31.062317.532218.5765
Yxy17.53220.46240.2610
Hunter Lab41.871559.14493.0057
CIE-Lab48.923764.56051.0120

#d23575 color RGB value is (210,53,117).

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

The process color (four color CMYK) of #d23575 color hex is 0.00, 0.75, 0.44, 0.18. Web safe color of #d23575 is #cc3366. Color #d23575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110101 01110101
Octal 322 65 165
Decimal 210 53 117
Hex D2 35 75

RGB Percentages of Color #d23575

%55.26
%13.95
%30.79

CMYK Percentages of Color #d23575

%0
%75
%44
%18

Triadic Colors of #d23575

#d23575 #75d235 #3575d2

Analogous Colors of #d23575

#d23575 #d24435 #d235c4

Monochromatic Colors of #d23575

#d23575

Complementary Color

#d23575 #35d292

#d23575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23575 Color CSS Codes

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

#d23575 Text Font Color

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

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


#d23575 Background Color

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

This div background color is #d23575


#d23575 Border Color

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

This div border color is #d23575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23575


Comments

No comments written yet.

Please login to write comment.