Color Hex Logo

#d26378 Color Hex

#D26378
(210,99,120)
0 Favorites   0 Comments

Color spaces of #d26378

RGB 21099120
HSL0.970.550.61
HSV349°53°82°
CMYK 0.000.530.43   0.18
XYZ34.430323.981420.5835
Yxy23.98140.43590.3036
Hunter Lab48.970839.80059.3587
CIE-Lab56.069245.78429.4727

#d26378 color RGB value is (210,99,120).

#d26378 hex color red value is 210, green value is 99 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d26378 hue: 0.97 , saturation: 0.55 and the lightness value of d26378 is 0.61.

The process color (four color CMYK) of #d26378 color hex is 0.00, 0.53, 0.43, 0.18. Web safe color of #d26378 is #cc6666. Color #d26378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100011 01111000
Octal 322 143 170
Decimal 210 99 120
Hex D2 63 78

RGB Percentages of Color #d26378

%48.95
%23.08
%27.97

CMYK Percentages of Color #d26378

%0
%53
%43
%18

Triadic Colors of #d26378

#d26378 #78d263 #6378d2

Analogous Colors of #d26378

#d26378 #d28663 #d263b0

Monochromatic Colors of #d26378

#d26378

Complementary Color

#d26378 #63d2bd

#d26378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26378 Color CSS Codes

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

#d26378 Text Font Color

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

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


#d26378 Background Color

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

This div background color is #d26378


#d26378 Border Color

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

This div border color is #d26378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26378


Comments

No comments written yet.

Please login to write comment.