Color Hex Logo

#d26caa Color Hex

#D26CAA
(210,108,170)
0 Favorites   0 Comments

Color spaces of #d26caa

RGB 210108170
HSL0.900.530.62
HSV324°49°82°
CMYK 0.000.490.19   0.18
XYZ39.196627.329041.2394
Yxy27.32900.36370.2536
Hunter Lab52.277142.3515-10.1776
CIE-Lab59.277647.6963-14.9151

#d26caa color RGB value is (210,108,170).

#d26caa hex color red value is 210, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d26caa hue: 0.90 , saturation: 0.53 and the lightness value of d26caa is 0.62.

The process color (four color CMYK) of #d26caa color hex is 0.00, 0.49, 0.19, 0.18. Web safe color of #d26caa is #cc6699. Color #d26caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101100 10101010
Octal 322 154 252
Decimal 210 108 170
Hex D2 6C AA

RGB Percentages of Color #d26caa

%43.03
%22.13
%34.84

CMYK Percentages of Color #d26caa

%0
%49
%19
%18

Triadic Colors of #d26caa

#d26caa #aad26c #6caad2

Analogous Colors of #d26caa

#d26caa #d26c77 #c76cd2

Monochromatic Colors of #d26caa

#d26caa

Complementary Color

#d26caa #6cd294

#d26caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26caa Color CSS Codes

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

#d26caa Text Font Color

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

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


#d26caa Background Color

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

This div background color is #d26caa


#d26caa Border Color

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

This div border color is #d26caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26caa


Comments

No comments written yet.

Please login to write comment.