Color Hex Logo

#d740e6 Color Hex

#D740E6
(215,64,230)
0 Favorites   0 Comments

Color spaces of #d740e6

RGB 21564230
HSL0.820.770.58
HSV295°72°90°
CMYK 0.070.720.00   0.10
XYZ44.140723.827077.1355
Yxy23.82700.30420.1642
Hunter Lab48.812975.9920-59.5227
CIE-Lab55.914277.2266-54.3005

#d740e6 color RGB value is (215,64,230).

#d740e6 hex color red value is 215, green value is 64 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #d740e6 hue: 0.82 , saturation: 0.77 and the lightness value of d740e6 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 11100110
Octal 327 100 346
Decimal 215 64 230
Hex D7 40 E6

RGB Percentages of Color #d740e6

%42.24
%12.57
%45.19

CMYK Percentages of Color #d740e6

%7
%72
%0
%10

Triadic Colors of #d740e6

#d740e6 #e6d740 #40e6d7

Analogous Colors of #d740e6

#d740e6 #e640a2 #8440e6

Monochromatic Colors of #d740e6

#d740e6

Complementary Color

#d740e6 #4fe640

#d740e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d740e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d740e6 Color CSS Codes

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

#d740e6 Text Font Color

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

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


#d740e6 Background Color

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

This div background color is #d740e6


#d740e6 Border Color

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

This div border color is #d740e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d740e6


Comments

No comments written yet.

Please login to write comment.