Color Hex Logo

#d734bc Color Hex

#D734BC
(215,52,188)
0 Favorites   0 Comments

Color spaces of #d734bc

RGB 21552188
HSL0.860.670.52
HSV310°76°84°
CMYK 0.000.760.13   0.16
XYZ38.329420.533949.5202
Yxy20.53390.35360.1895
Hunter Lab45.314371.6851-33.0730
CIE-Lab52.435674.4228-35.8128

#d734bc color RGB value is (215,52,188).

#d734bc hex color red value is 215, green value is 52 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d734bc hue: 0.86 , saturation: 0.67 and the lightness value of d734bc is 0.52.

The process color (four color CMYK) of #d734bc color hex is 0.00, 0.76, 0.13, 0.16. Web safe color of #d734bc is #cc33cc. Color #d734bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110100 10111100
Octal 327 64 274
Decimal 215 52 188
Hex D7 34 BC

RGB Percentages of Color #d734bc

%47.25
%11.43
%41.32

CMYK Percentages of Color #d734bc

%0
%76
%13
%16

Triadic Colors of #d734bc

#d734bc #bcd734 #34bcd7

Analogous Colors of #d734bc

#d734bc #d7346b #a134d7

Monochromatic Colors of #d734bc

#d734bc

Complementary Color

#d734bc #34d74f

#d734bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d734bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d734bc Color CSS Codes

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

#d734bc Text Font Color

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

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


#d734bc Background Color

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

This div background color is #d734bc


#d734bc Border Color

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

This div border color is #d734bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d734bc


Comments

No comments written yet.

Please login to write comment.