Color Hex Logo

#d83066 Color Hex

#D83066
(216,48,102)
0 Favorites   0 Comments

Color spaces of #d83066

RGB 21648102
HSL0.950.680.52
HSV341°78°85°
CMYK 0.000.780.53   0.15
XYZ31.774117.672114.3068
Yxy17.67210.49840.2772
Hunter Lab42.038261.35049.2487
CIE-Lab49.096066.429010.5571

#d83066 color RGB value is (216,48,102).

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

The process color (four color CMYK) of #d83066 color hex is 0.00, 0.78, 0.53, 0.15. Web safe color of #d83066 is #cc3366. Color #d83066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 01100110
Octal 330 60 146
Decimal 216 48 102
Hex D8 30 66

RGB Percentages of Color #d83066

%59.02
%13.11
%27.87

CMYK Percentages of Color #d83066

%0
%78
%53
%15

Triadic Colors of #d83066

#d83066 #66d830 #3066d8

Analogous Colors of #d83066

#d83066 #d84e30 #d830ba

Monochromatic Colors of #d83066

#d83066

Complementary Color

#d83066 #30d8a2

#d83066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83066 Color CSS Codes

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

#d83066 Text Font Color

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

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


#d83066 Background Color

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

This div background color is #d83066


#d83066 Border Color

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

This div border color is #d83066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83066


Comments

No comments written yet.

Please login to write comment.