Color Hex Logo

#d749eb Color Hex

#D749EB
(215,73,235)
0 Favorites   0 Comments

Color spaces of #d749eb

RGB 21573235
HSL0.810.800.60
HSV293°69°92°
CMYK 0.090.690.00   0.08
XYZ45.402325.210381.0704
Yxy25.21030.29930.1662
Hunter Lab50.209973.5415-60.5846
CIE-Lab57.279874.9947-54.9276

#d749eb color RGB value is (215,73,235).

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

The process color (four color CMYK) of #d749eb color hex is 0.09, 0.69, 0.00, 0.08. Web safe color of #d749eb is #cc33ff. Color #d749eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 11101011
Octal 327 111 353
Decimal 215 73 235
Hex D7 49 EB

RGB Percentages of Color #d749eb

%41.11
%13.96
%44.93

CMYK Percentages of Color #d749eb

%9
%69
%0
%8

Triadic Colors of #d749eb

#d749eb #ebd749 #49ebd7

Analogous Colors of #d749eb

#d749eb #eb49ae #8649eb

Monochromatic Colors of #d749eb

#d749eb

Complementary Color

#d749eb #5deb49

#d749eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d749eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d749eb Color CSS Codes

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

#d749eb Text Font Color

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

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


#d749eb Background Color

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

This div background color is #d749eb


#d749eb Border Color

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

This div border color is #d749eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d749eb


Comments

No comments written yet.

Please login to write comment.