Color Hex Logo

#d2258c Color Hex

#D2258C
(210,37,140)
0 Favorites   0 Comments

Color spaces of #d2258c

RGB 21037140
HSL0.900.700.48
HSV324°82°82°
CMYK 0.000.820.33   0.18
XYZ31.973516.918226.3913
Yxy16.91820.42470.2247
Hunter Lab41.131766.7753-9.2499
CIE-Lab48.156871.2015-14.0840

#d2258c color RGB value is (210,37,140).

#d2258c hex color red value is 210, green value is 37 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d2258c hue: 0.90 , saturation: 0.70 and the lightness value of d2258c is 0.48.

The process color (four color CMYK) of #d2258c color hex is 0.00, 0.82, 0.33, 0.18. Web safe color of #d2258c is #cc3399. Color #d2258c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100101 10001100
Octal 322 45 214
Decimal 210 37 140
Hex D2 25 8C

RGB Percentages of Color #d2258c

%54.26
%9.56
%36.18

CMYK Percentages of Color #d2258c

%0
%82
%33
%18

Triadic Colors of #d2258c

#d2258c #8cd225 #258cd2

Analogous Colors of #d2258c

#d2258c #d22535 #c225d2

Monochromatic Colors of #d2258c

#d2258c

Complementary Color

#d2258c #25d26b

#d2258c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2258c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2258c Color CSS Codes

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

#d2258c Text Font Color

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

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


#d2258c Background Color

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

This div background color is #d2258c


#d2258c Border Color

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

This div border color is #d2258c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2258c


Comments

No comments written yet.

Please login to write comment.