Color Hex Logo

#d734dc Color Hex

#D734DC
(215,52,220)
0 Favorites   0 Comments

Color spaces of #d734dc

RGB 21552220
HSL0.830.710.53
HSV298°76°86°
CMYK 0.020.760.00   0.14
XYZ42.170622.070469.7475
Yxy22.07040.31470.1647
Hunter Lab46.979178.0162-55.1394
CIE-Lab54.101679.1908-51.5413

#d734dc color RGB value is (215,52,220).

#d734dc hex color red value is 215, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d734dc hue: 0.83 , saturation: 0.71 and the lightness value of d734dc is 0.53.

The process color (four color CMYK) of #d734dc color hex is 0.02, 0.76, 0.00, 0.14. Web safe color of #d734dc is #cc33cc. Color #d734dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110100 11011100
Octal 327 64 334
Decimal 215 52 220
Hex D7 34 DC

RGB Percentages of Color #d734dc

%44.15
%10.68
%45.17

CMYK Percentages of Color #d734dc

%2
%76
%0
%14

Triadic Colors of #d734dc

#d734dc #dcd734 #34dcd7

Analogous Colors of #d734dc

#d734dc #dc348d #8334dc

Monochromatic Colors of #d734dc

#d734dc

Complementary Color

#d734dc #39dc34

#d734dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d734dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d734dc Color CSS Codes

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

#d734dc Text Font Color

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

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


#d734dc Background Color

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

This div background color is #d734dc


#d734dc Border Color

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

This div border color is #d734dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d734dc


Comments

No comments written yet.

Please login to write comment.