Color Hex Logo

#d730ff Color Hex

#D730FF
(215,48,255)
0 Favorites   0 Comments

Color spaces of #d730ff

RGB 21548255
HSL0.801.000.59
HSV288°81°100°
CMYK 0.160.810.00   0.00
XYZ47.131323.781096.7138
Yxy23.78100.28120.1419
Hunter Lab48.765887.1772-83.4498
CIE-Lab55.867985.9803-68.3428

#d730ff color RGB value is (215,48,255).

#d730ff hex color red value is 215, green value is 48 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d730ff hue: 0.80 , saturation: 1.00 and the lightness value of d730ff is 0.59.

The process color (four color CMYK) of #d730ff color hex is 0.16, 0.81, 0.00, 0.00. Web safe color of #d730ff is #cc33ff. Color #d730ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 11111111
Octal 327 60 377
Decimal 215 48 255
Hex D7 30 FF

RGB Percentages of Color #d730ff

%41.51
%9.27
%49.23

CMYK Percentages of Color #d730ff

%16
%81
%0
%0

Triadic Colors of #d730ff

#d730ff #ffd730 #30ffd7

Analogous Colors of #d730ff

#d730ff #ff30c0 #7030ff

Monochromatic Colors of #d730ff

#d730ff

Complementary Color

#d730ff #58ff30

#d730ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d730ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d730ff Color CSS Codes

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

#d730ff Text Font Color

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

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


#d730ff Background Color

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

This div background color is #d730ff


#d730ff Border Color

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

This div border color is #d730ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d730ff

Related Colors


Comments

No comments written yet.

Please login to write comment.