Color Hex Logo

#d73dee Color Hex

#D73DEE
(215,61,238)
0 Favorites   0 Comments

Color spaces of #d73dee

RGB 21561238
HSL0.810.840.59
HSV292°74°93°
CMYK 0.100.740.00   0.07
XYZ45.125723.957683.1348
Yxy23.95760.29650.1574
Hunter Lab48.946578.9098-66.4405
CIE-Lab56.045379.5202-58.5817

#d73dee color RGB value is (215,61,238).

#d73dee hex color red value is 215, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d73dee hue: 0.81 , saturation: 0.84 and the lightness value of d73dee is 0.59.

The process color (four color CMYK) of #d73dee color hex is 0.10, 0.74, 0.00, 0.07. Web safe color of #d73dee is #cc33ff. Color #d73dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111101 11101110
Octal 327 75 356
Decimal 215 61 238
Hex D7 3D EE

RGB Percentages of Color #d73dee

%41.83
%11.87
%46.30

CMYK Percentages of Color #d73dee

%10
%74
%0
%7

Triadic Colors of #d73dee

#d73dee #eed73d #3deed7

Analogous Colors of #d73dee

#d73dee #ee3dad #7f3dee

Monochromatic Colors of #d73dee

#d73dee

Complementary Color

#d73dee #54ee3d

#d73dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73dee Color CSS Codes

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

#d73dee Text Font Color

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

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


#d73dee Background Color

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

This div background color is #d73dee


#d73dee Border Color

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

This div border color is #d73dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73dee


Comments

No comments written yet.

Please login to write comment.