Color Hex Logo

#d93068 Color Hex

#D93068
(217,48,104)
0 Favorites   0 Comments

Color spaces of #d93068

RGB 21748104
HSL0.940.690.52
HSV340°78°85°
CMYK 0.000.780.52   0.15
XYZ32.170917.865114.8494
Yxy17.86510.49580.2753
Hunter Lab42.267161.89478.7571
CIE-Lab49.332166.84989.6947

#d93068 color RGB value is (217,48,104).

#d93068 hex color red value is 217, green value is 48 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d93068 hue: 0.94 , saturation: 0.69 and the lightness value of d93068 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110000 01101000
Octal 331 60 150
Decimal 217 48 104
Hex D9 30 68

RGB Percentages of Color #d93068

%58.81
%13.01
%28.18

CMYK Percentages of Color #d93068

%0
%78
%52
%15

Triadic Colors of #d93068

#d93068 #68d930 #3068d9

Analogous Colors of #d93068

#d93068 #d94d30 #d930bd

Monochromatic Colors of #d93068

#d93068

Complementary Color

#d93068 #30d9a1

#d93068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93068 Color CSS Codes

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

#d93068 Text Font Color

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

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


#d93068 Background Color

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

This div background color is #d93068


#d93068 Border Color

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

This div border color is #d93068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93068


Comments

No comments written yet.

Please login to write comment.