Color Hex Logo

#d25664 Color Hex

#D25664
(210,86,100)
0 Favorites   0 Comments

Color spaces of #d25664

RGB 21086100
HSL0.980.580.58
HSV353°59°82°
CMYK 0.000.590.52   0.18
XYZ32.206421.277314.4661
Yxy21.27730.47400.3131
Hunter Lab46.127343.907113.6950
CIE-Lab53.251750.083217.3461

#d25664 color RGB value is (210,86,100).

#d25664 hex color red value is 210, green value is 86 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d25664 hue: 0.98 , saturation: 0.58 and the lightness value of d25664 is 0.58.

The process color (four color CMYK) of #d25664 color hex is 0.00, 0.59, 0.52, 0.18. Web safe color of #d25664 is #cc6666. Color #d25664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010110 01100100
Octal 322 126 144
Decimal 210 86 100
Hex D2 56 64

RGB Percentages of Color #d25664

%53.03
%21.72
%25.25

CMYK Percentages of Color #d25664

%0
%59
%52
%18

Triadic Colors of #d25664

#d25664 #64d256 #5664d2

Analogous Colors of #d25664

#d25664 #d28656 #d256a2

Monochromatic Colors of #d25664

#d25664

Complementary Color

#d25664 #56d2c4

#d25664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25664 Color CSS Codes

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

#d25664 Text Font Color

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

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


#d25664 Background Color

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

This div background color is #d25664


#d25664 Border Color

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

This div border color is #d25664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25664


Comments

No comments written yet.

Please login to write comment.