Color Hex Logo

#d740cd Color Hex

#D740CD
(215,64,205)
0 Favorites   0 Comments

Color spaces of #d740cd

RGB 21564205
HSL0.840.650.55
HSV304°70°84°
CMYK 0.000.700.05   0.16
XYZ40.877222.521659.9503
Yxy22.52160.33140.1826
Hunter Lab47.456970.7020-41.6787
CIE-Lab54.576173.2062-42.2402

#d740cd color RGB value is (215,64,205).

#d740cd hex color red value is 215, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d740cd hue: 0.84 , saturation: 0.65 and the lightness value of d740cd is 0.55.

The process color (four color CMYK) of #d740cd color hex is 0.00, 0.70, 0.05, 0.16. Web safe color of #d740cd is #cc33cc. Color #d740cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 11001101
Octal 327 100 315
Decimal 215 64 205
Hex D7 40 CD

RGB Percentages of Color #d740cd

%44.42
%13.22
%42.36

CMYK Percentages of Color #d740cd

%0
%70
%5
%16

Triadic Colors of #d740cd

#d740cd #cdd740 #40cdd7

Analogous Colors of #d740cd

#d740cd #d74082 #9640d7

Monochromatic Colors of #d740cd

#d740cd

Complementary Color

#d740cd #40d74a

#d740cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d740cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d740cd Color CSS Codes

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

#d740cd Text Font Color

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

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


#d740cd Background Color

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

This div background color is #d740cd


#d740cd Border Color

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

This div border color is #d740cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d740cd


Comments

No comments written yet.

Please login to write comment.