Color Hex Logo

#d730dc Color Hex

#D730DC
(215,48,220)
0 Favorites   0 Comments

Color spaces of #d730dc

RGB 21548220
HSL0.830.710.53
HSV298°78°86°
CMYK 0.020.780.00   0.14
XYZ41.999621.728369.6905
Yxy21.72830.31480.1629
Hunter Lab46.613679.2574-56.0130
CIE-Lab53.737580.2440-52.1221

#d730dc color RGB value is (215,48,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 11011100
Octal 327 60 334
Decimal 215 48 220
Hex D7 30 DC

RGB Percentages of Color #d730dc

%44.51
%9.94
%45.55

CMYK Percentages of Color #d730dc

%2
%78
%0
%14

Triadic Colors of #d730dc

#d730dc #dcd730 #30dcd7

Analogous Colors of #d730dc

#d730dc #dc308b #8130dc

Monochromatic Colors of #d730dc

#d730dc

Complementary Color

#d730dc #35dc30

#d730dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d730dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d730dc Color CSS Codes

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

#d730dc Text Font Color

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

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


#d730dc Background Color

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

This div background color is #d730dc


#d730dc Border Color

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

This div border color is #d730dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d730dc


Comments

No comments written yet.

Please login to write comment.