Color Hex Logo

#d25074 Color Hex

#D25074
(210,80,116)
0 Favorites   0 Comments

Color spaces of #d25074

RGB 21080116
HSL0.950.590.57
HSV343°62°82°
CMYK 0.000.620.45   0.18
XYZ32.599420.699918.8003
Yxy20.69990.45210.2871
Hunter Lab45.497148.27807.3482
CIE-Lab52.619554.22026.9403

#d25074 color RGB value is (210,80,116).

#d25074 hex color red value is 210, green value is 80 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d25074 hue: 0.95 , saturation: 0.59 and the lightness value of d25074 is 0.57.

The process color (four color CMYK) of #d25074 color hex is 0.00, 0.62, 0.45, 0.18. Web safe color of #d25074 is #cc6666. Color #d25074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010000 01110100
Octal 322 120 164
Decimal 210 80 116
Hex D2 50 74

RGB Percentages of Color #d25074

%51.72
%19.70
%28.57

CMYK Percentages of Color #d25074

%0
%62
%45
%18

Triadic Colors of #d25074

#d25074 #74d250 #5074d2

Analogous Colors of #d25074

#d25074 #d26d50 #d250b5

Monochromatic Colors of #d25074

#d25074

Complementary Color

#d25074 #50d2ae

#d25074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25074 Color CSS Codes

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

#d25074 Text Font Color

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

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


#d25074 Background Color

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

This div background color is #d25074


#d25074 Border Color

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

This div border color is #d25074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25074


Comments

No comments written yet.

Please login to write comment.