Color Hex Logo

#d740be Color Hex

#D740BE
(215,64,190)
0 Favorites   0 Comments

Color spaces of #d740be

RGB 21564190
HSL0.860.650.55
HSV310°70°84°
CMYK 0.000.700.12   0.16
XYZ39.152021.831650.8656
Yxy21.83160.35000.1952
Hunter Lab46.724367.8042-31.8380
CIE-Lab53.847970.9592-34.7582

#d740be color RGB value is (215,64,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 10111110
Octal 327 100 276
Decimal 215 64 190
Hex D7 40 BE

RGB Percentages of Color #d740be

%45.84
%13.65
%40.51

CMYK Percentages of Color #d740be

%0
%70
%12
%16

Triadic Colors of #d740be

#d740be #bed740 #40bed7

Analogous Colors of #d740be

#d740be #d74073 #a540d7

Monochromatic Colors of #d740be

#d740be

Complementary Color

#d740be #40d759

#d740be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d740be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d740be Color CSS Codes

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

#d740be Text Font Color

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

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


#d740be Background Color

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

This div background color is #d740be


#d740be Border Color

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

This div border color is #d740be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d740be


Comments

No comments written yet.

Please login to write comment.