Color Hex Logo

#d749da Color Hex

#D749DA
(215,73,218)
0 Favorites   0 Comments

Color spaces of #d749da

RGB 21573218
HSL0.830.660.57
HSV299°67°85°
CMYK 0.010.670.00   0.15
XYZ43.061824.274168.7454
Yxy24.27410.31640.1784
Hunter Lab49.268869.7920-48.2401
CIE-Lab56.361272.1190-46.8158

#d749da color RGB value is (215,73,218).

#d749da hex color red value is 215, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d749da hue: 0.83 , saturation: 0.66 and the lightness value of d749da is 0.57.

The process color (four color CMYK) of #d749da color hex is 0.01, 0.67, 0.00, 0.15. Web safe color of #d749da is #cc33cc. Color #d749da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 11011010
Octal 327 111 332
Decimal 215 73 218
Hex D7 49 DA

RGB Percentages of Color #d749da

%42.49
%14.43
%43.08

CMYK Percentages of Color #d749da

%1
%67
%0
%15

Triadic Colors of #d749da

#d749da #dad749 #49dad7

Analogous Colors of #d749da

#d749da #da4995 #8f49da

Monochromatic Colors of #d749da

#d749da

Complementary Color

#d749da #4cda49

#d749da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d749da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d749da Color CSS Codes

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

#d749da Text Font Color

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

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


#d749da Background Color

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

This div background color is #d749da


#d749da Border Color

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

This div border color is #d749da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,73,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d749da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d749da;
  -webkit-box-shadow: 1px 1px 3px 2px #d749da;
  box-shadow:         1px 1px 3px 2px #d749da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,73,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d749da


Comments

No comments written yet.

Please login to write comment.