Color Hex Logo

#d25394 Color Hex

#D25394
(210,83,148)
0 Favorites   0 Comments

Color spaces of #d25394

RGB 21083148
HSL0.910.590.57
HSV329°60°82°
CMYK 0.000.600.30   0.18
XYZ35.016922.026330.4229
Yxy22.02630.40030.2518
Hunter Lab46.932251.0506-5.5811
CIE-Lab54.054956.4792-9.9662

#d25394 color RGB value is (210,83,148).

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

The process color (four color CMYK) of #d25394 color hex is 0.00, 0.60, 0.30, 0.18. Web safe color of #d25394 is #cc6699. Color #d25394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010011 10010100
Octal 322 123 224
Decimal 210 83 148
Hex D2 53 94

RGB Percentages of Color #d25394

%47.62
%18.82
%33.56

CMYK Percentages of Color #d25394

%0
%60
%30
%18

Triadic Colors of #d25394

#d25394 #94d253 #5394d2

Analogous Colors of #d25394

#d25394 #d25354 #d153d2

Monochromatic Colors of #d25394

#d25394

Complementary Color

#d25394 #53d291

#d25394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25394 Color CSS Codes

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

#d25394 Text Font Color

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

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


#d25394 Background Color

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

This div background color is #d25394


#d25394 Border Color

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

This div border color is #d25394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25394


Comments

No comments written yet.

Please login to write comment.