Color Hex Logo

#d74cbe Color Hex

#D74CBE
(215,76,190)
0 Favorites   0 Comments

Color spaces of #d74cbe

RGB 21576190
HSL0.860.630.57
HSV311°65°84°
CMYK 0.000.650.12   0.16
XYZ39.903023.333751.1159
Yxy23.33370.34890.2041
Hunter Lab48.305062.9187-28.9267
CIE-Lab55.414466.5705-32.3114

#d74cbe color RGB value is (215,76,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001100 10111110
Octal 327 114 276
Decimal 215 76 190
Hex D7 4C BE

RGB Percentages of Color #d74cbe

%44.70
%15.80
%39.50

CMYK Percentages of Color #d74cbe

%0
%65
%12
%16

Triadic Colors of #d74cbe

#d74cbe #bed74c #4cbed7

Analogous Colors of #d74cbe

#d74cbe #d74c79 #ab4cd7

Monochromatic Colors of #d74cbe

#d74cbe

Complementary Color

#d74cbe #4cd765

#d74cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74cbe Color CSS Codes

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

#d74cbe Text Font Color

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

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


#d74cbe Background Color

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

This div background color is #d74cbe


#d74cbe Border Color

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

This div border color is #d74cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74cbe


Comments

No comments written yet.

Please login to write comment.