Color Hex Logo

#d74bbe Color Hex

#D74BBE
(215,75,190)
0 Favorites   0 Comments

Color spaces of #d74bbe

RGB 21575190
HSL0.860.640.57
HSV311°65°84°
CMYK 0.000.650.12   0.16
XYZ39.834723.196951.0931
Yxy23.19690.34900.2033
Hunter Lab48.163263.3479-29.1826
CIE-Lab55.274666.9595-32.5294

#d74bbe color RGB value is (215,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 10111110
Octal 327 113 276
Decimal 215 75 190
Hex D7 4B BE

RGB Percentages of Color #d74bbe

%44.79
%15.63
%39.58

CMYK Percentages of Color #d74bbe

%0
%65
%12
%16

Triadic Colors of #d74bbe

#d74bbe #bed74b #4bbed7

Analogous Colors of #d74bbe

#d74bbe #d74b78 #aa4bd7

Monochromatic Colors of #d74bbe

#d74bbe

Complementary Color

#d74bbe #4bd764

#d74bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bbe Color CSS Codes

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

#d74bbe Text Font Color

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

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


#d74bbe Background Color

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

This div background color is #d74bbe


#d74bbe Border Color

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

This div border color is #d74bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bbe


Comments

No comments written yet.

Please login to write comment.