Color Hex Logo

#d749ff Color Hex

#D749FF
(215,73,255)
0 Favorites   0 Comments

Color spaces of #d749ff

RGB 21573255
HSL0.801.000.64
HSV287°71°100°
CMYK 0.160.710.00   0.00
XYZ48.456926.432297.1557
Yxy26.43220.28170.1536
Hunter Lab51.412378.2678-76.0540
CIE-Lab58.445078.5478-64.1917

#d749ff color RGB value is (215,73,255).

#d749ff hex color red value is 215, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d749ff hue: 0.80 , saturation: 1.00 and the lightness value of d749ff is 0.64.

The process color (four color CMYK) of #d749ff color hex is 0.16, 0.71, 0.00, 0.00. Web safe color of #d749ff is #cc33ff. Color #d749ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 11111111
Octal 327 111 377
Decimal 215 73 255
Hex D7 49 FF

RGB Percentages of Color #d749ff

%39.59
%13.44
%46.96

CMYK Percentages of Color #d749ff

%16
%71
%0
%0

Triadic Colors of #d749ff

#d749ff #ffd749 #49ffd7

Analogous Colors of #d749ff

#d749ff #ff49cc #7c49ff

Monochromatic Colors of #d749ff

#d749ff

Complementary Color

#d749ff #71ff49

#d749ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d749ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d749ff Color CSS Codes

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

#d749ff Text Font Color

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

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


#d749ff Background Color

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

This div background color is #d749ff


#d749ff Border Color

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

This div border color is #d749ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d749ff

Related Colors


Comments

No comments written yet.

Please login to write comment.