Color Hex Logo

#d25465 Color Hex

#D25465
(210,84,101)
0 Favorites   0 Comments

Color spaces of #d25465

RGB 21084101
HSL0.980.580.58
HSV352°60°82°
CMYK 0.000.600.52   0.18
XYZ32.097620.981914.6701
Yxy20.98190.47380.3097
Hunter Lab45.806044.919613.0756
CIE-Lab52.929751.078016.3135

#d25465 color RGB value is (210,84,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010100 01100101
Octal 322 124 145
Decimal 210 84 101
Hex D2 54 65

RGB Percentages of Color #d25465

%53.16
%21.27
%25.57

CMYK Percentages of Color #d25465

%0
%60
%52
%18

Triadic Colors of #d25465

#d25465 #65d254 #5465d2

Analogous Colors of #d25465

#d25465 #d28254 #d254a4

Monochromatic Colors of #d25465

#d25465

Complementary Color

#d25465 #54d2c1

#d25465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25465 Color CSS Codes

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

#d25465 Text Font Color

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

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


#d25465 Background Color

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

This div background color is #d25465


#d25465 Border Color

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

This div border color is #d25465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25465


Comments

No comments written yet.

Please login to write comment.