Color Hex Logo

#d25398 Color Hex

#D25398
(210,83,152)
0 Favorites   0 Comments

Color spaces of #d25398

RGB 21083152
HSL0.910.590.57
HSV327°60°82°
CMYK 0.000.600.28   0.18
XYZ35.339122.155132.1196
Yxy22.15510.39430.2472
Hunter Lab47.069251.6450-7.5105
CIE-Lab54.191256.9878-12.1181

#d25398 color RGB value is (210,83,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010011 10011000
Octal 322 123 230
Decimal 210 83 152
Hex D2 53 98

RGB Percentages of Color #d25398

%47.19
%18.65
%34.16

CMYK Percentages of Color #d25398

%0
%60
%28
%18

Triadic Colors of #d25398

#d25398 #98d253 #5398d2

Analogous Colors of #d25398

#d25398 #d25359 #cd53d2

Monochromatic Colors of #d25398

#d25398

Complementary Color

#d25398 #53d28d

#d25398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25398 Color CSS Codes

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

#d25398 Text Font Color

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

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


#d25398 Background Color

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

This div background color is #d25398


#d25398 Border Color

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

This div border color is #d25398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25398


Comments

No comments written yet.

Please login to write comment.