Color Hex Logo

#d23258 Color Hex

#D23258
(210,50,88)
0 Favorites   0 Comments

Color spaces of #d23258

RGB 2105088
HSL0.960.640.51
HSV346°76°82°
CMYK 0.000.760.58   0.18
XYZ29.480416.687410.8997
Yxy16.68740.51660.2924
Hunter Lab40.850257.330312.7753
CIE-Lab47.863763.180917.2457

#d23258 color RGB value is (210,50,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110010 01011000
Octal 322 62 130
Decimal 210 50 88
Hex D2 32 58

RGB Percentages of Color #d23258

%60.34
%14.37
%25.29

CMYK Percentages of Color #d23258

%0
%76
%58
%18

Triadic Colors of #d23258

#d23258 #58d232 #3258d2

Analogous Colors of #d23258

#d23258 #d25c32 #d232a8

Monochromatic Colors of #d23258

#d23258

Complementary Color

#d23258 #32d2ac

#d23258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23258 Color CSS Codes

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

#d23258 Text Font Color

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

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


#d23258 Background Color

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

This div background color is #d23258


#d23258 Border Color

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

This div border color is #d23258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23258


Comments

No comments written yet.

Please login to write comment.