Color Hex Logo

#d74bda Color Hex

#D74BDA
(215,75,218)
0 Favorites   0 Comments

Color spaces of #d74bda

RGB 21575218
HSL0.830.660.57
HSV299°66°85°
CMYK 0.010.660.00   0.15
XYZ43.195324.541268.7899
Yxy24.54120.31640.1798
Hunter Lab49.539168.9486-47.6527
CIE-Lab56.625671.3756-46.3969

#d74bda color RGB value is (215,75,218).

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

The process color (four color CMYK) of #d74bda color hex is 0.01, 0.66, 0.00, 0.15. Web safe color of #d74bda is #cc33cc. Color #d74bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 11011010
Octal 327 113 332
Decimal 215 75 218
Hex D7 4B DA

RGB Percentages of Color #d74bda

%42.32
%14.76
%42.91

CMYK Percentages of Color #d74bda

%1
%66
%0
%15

Triadic Colors of #d74bda

#d74bda #dad74b #4bdad7

Analogous Colors of #d74bda

#d74bda #da4b96 #904bda

Monochromatic Colors of #d74bda

#d74bda

Complementary Color

#d74bda #4eda4b

#d74bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bda Color CSS Codes

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

#d74bda Text Font Color

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

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


#d74bda Background Color

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

This div background color is #d74bda


#d74bda Border Color

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

This div border color is #d74bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bda


Comments

No comments written yet.

Please login to write comment.