Color Hex Logo

#d74ebe Color Hex

#D74EBE
(215,78,190)
0 Favorites   0 Comments

Color spaces of #d74ebe

RGB 21578190
HSL0.860.630.57
HSV311°64°84°
CMYK 0.000.640.12   0.16
XYZ40.043023.613651.1626
Yxy23.61360.34870.2057
Hunter Lab48.593862.0510-28.4085
CIE-Lab55.698865.7819-31.8684

#d74ebe color RGB value is (215,78,190).

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

The process color (four color CMYK) of #d74ebe color hex is 0.00, 0.64, 0.12, 0.16. Web safe color of #d74ebe is #cc66cc. Color #d74ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001110 10111110
Octal 327 116 276
Decimal 215 78 190
Hex D7 4E BE

RGB Percentages of Color #d74ebe

%44.51
%16.15
%39.34

CMYK Percentages of Color #d74ebe

%0
%64
%12
%16

Triadic Colors of #d74ebe

#d74ebe #bed74e #4ebed7

Analogous Colors of #d74ebe

#d74ebe #d74e7a #ac4ed7

Monochromatic Colors of #d74ebe

#d74ebe

Complementary Color

#d74ebe #4ed767

#d74ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74ebe Color CSS Codes

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

#d74ebe Text Font Color

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

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


#d74ebe Background Color

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

This div background color is #d74ebe


#d74ebe Border Color

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

This div border color is #d74ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,78,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 #d74ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74ebe


Comments

No comments written yet.

Please login to write comment.