Color Hex Logo

#d830cf Color Hex

#D830CF
(216,48,207)
0 Favorites   0 Comments

Color spaces of #d830cf

RGB 21648207
HSL0.840.680.52
HSV303°78°85°
CMYK 0.000.780.04   0.15
XYZ40.638321.217860.9851
Yxy21.21780.33080.1727
Hunter Lab46.062876.8695-46.2534
CIE-Lab53.187078.4569-45.5730

#d830cf color RGB value is (216,48,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 11001111
Octal 330 60 317
Decimal 216 48 207
Hex D8 30 CF

RGB Percentages of Color #d830cf

%45.86
%10.19
%43.95

CMYK Percentages of Color #d830cf

%0
%78
%4
%15

Triadic Colors of #d830cf

#d830cf #cfd830 #30cfd8

Analogous Colors of #d830cf

#d830cf #d8307b #8d30d8

Monochromatic Colors of #d830cf

#d830cf

Complementary Color

#d830cf #30d839

#d830cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d830cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d830cf Color CSS Codes

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

#d830cf Text Font Color

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

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


#d830cf Background Color

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

This div background color is #d830cf


#d830cf Border Color

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

This div border color is #d830cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d830cf


Comments

No comments written yet.

Please login to write comment.