Color Hex Logo

#d730cf Color Hex

#D730CF
(215,48,207)
0 Favorites   0 Comments

Color spaces of #d730cf

RGB 21548207
HSL0.840.680.52
HSV303°78°84°
CMYK 0.000.780.04   0.16
XYZ40.343821.066060.9713
Yxy21.06600.32970.1721
Hunter Lab45.897776.5794-46.6334
CIE-Lab53.021778.2577-45.8457

#d730cf color RGB value is (215,48,207).

#d730cf hex color red value is 215, green value is 48 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d730cf hue: 0.84 , saturation: 0.68 and the lightness value of d730cf is 0.52.

The process color (four color CMYK) of #d730cf color hex is 0.00, 0.78, 0.04, 0.16. Web safe color of #d730cf is #cc33cc. Color #d730cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 11001111
Octal 327 60 317
Decimal 215 48 207
Hex D7 30 CF

RGB Percentages of Color #d730cf

%45.74
%10.21
%44.04

CMYK Percentages of Color #d730cf

%0
%78
%4
%16

Triadic Colors of #d730cf

#d730cf #cfd730 #30cfd7

Analogous Colors of #d730cf

#d730cf #d7307c #8c30d7

Monochromatic Colors of #d730cf

#d730cf

Complementary Color

#d730cf #30d738

#d730cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d730cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d730cf Color CSS Codes

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

#d730cf Text Font Color

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

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


#d730cf Background Color

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

This div background color is #d730cf


#d730cf Border Color

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

This div border color is #d730cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d730cf


Comments

No comments written yet.

Please login to write comment.