Color Hex Logo

#d740ba Color Hex

#D740BA
(215,64,186)
0 Favorites   0 Comments

Color spaces of #d740ba

RGB 21564186
HSL0.870.650.55
HSV312°70°84°
CMYK 0.000.700.13   0.16
XYZ38.720721.659048.5942
Yxy21.65900.35530.1988
Hunter Lab46.539267.0686-29.3305
CIE-Lab53.663370.3836-32.7312

#d740ba color RGB value is (215,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 10111010
Octal 327 100 272
Decimal 215 64 186
Hex D7 40 BA

RGB Percentages of Color #d740ba

%46.24
%13.76
%40.00

CMYK Percentages of Color #d740ba

%0
%70
%13
%16

Triadic Colors of #d740ba

#d740ba #bad740 #40bad7

Analogous Colors of #d740ba

#d740ba #d7406f #a940d7

Monochromatic Colors of #d740ba

#d740ba

Complementary Color

#d740ba #40d75d

#d740ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d740ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d740ba Color CSS Codes

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

#d740ba Text Font Color

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

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


#d740ba Background Color

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

This div background color is #d740ba


#d740ba Border Color

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

This div border color is #d740ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d740ba


Comments

No comments written yet.

Please login to write comment.