Color Hex Logo

#d23155 Color Hex

#D23155
(210,49,85)
0 Favorites   0 Comments

Color spaces of #d23155

RGB 2104985
HSL0.960.640.51
HSV347°77°82°
CMYK 0.000.770.60   0.18
XYZ29.316316.554110.2445
Yxy16.55410.52240.2950
Hunter Lab40.686757.414113.5521
CIE-Lab47.693263.286718.8511

#d23155 color RGB value is (210,49,85).

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

The process color (four color CMYK) of #d23155 color hex is 0.00, 0.77, 0.60, 0.18. Web safe color of #d23155 is #cc3366. Color #d23155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110001 01010101
Octal 322 61 125
Decimal 210 49 85
Hex D2 31 55

RGB Percentages of Color #d23155

%61.05
%14.24
%24.71

CMYK Percentages of Color #d23155

%0
%77
%60
%18

Triadic Colors of #d23155

#d23155 #55d231 #3155d2

Analogous Colors of #d23155

#d23155 #d25d31 #d231a6

Monochromatic Colors of #d23155

#d23155

Complementary Color

#d23155 #31d2ae

#d23155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23155 Color CSS Codes

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

#d23155 Text Font Color

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

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


#d23155 Background Color

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

This div background color is #d23155


#d23155 Border Color

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

This div border color is #d23155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23155


Comments

No comments written yet.

Please login to write comment.