Color Hex Logo

#d63088 Color Hex

#D63088
(214,48,136)
0 Favorites   0 Comments

Color spaces of #d63088

RGB 21448136
HSL0.910.670.51
HSV328°78°84°
CMYK 0.000.780.36   0.16
XYZ33.232418.187625.0516
Yxy18.18760.43460.2378
Hunter Lab42.646964.4631-4.9752
CIE-Lab49.722968.9565-9.2371

#d63088 color RGB value is (214,48,136).

#d63088 hex color red value is 214, green value is 48 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d63088 hue: 0.91 , saturation: 0.67 and the lightness value of d63088 is 0.51.

The process color (four color CMYK) of #d63088 color hex is 0.00, 0.78, 0.36, 0.16. Web safe color of #d63088 is #cc3399. Color #d63088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110000 10001000
Octal 326 60 210
Decimal 214 48 136
Hex D6 30 88

RGB Percentages of Color #d63088

%53.77
%12.06
%34.17

CMYK Percentages of Color #d63088

%0
%78
%36
%16

Triadic Colors of #d63088

#d63088 #88d630 #3088d6

Analogous Colors of #d63088

#d63088 #d63035 #d130d6

Monochromatic Colors of #d63088

#d63088

Complementary Color

#d63088 #30d67e

#d63088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63088 Color CSS Codes

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

#d63088 Text Font Color

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

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


#d63088 Background Color

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

This div background color is #d63088


#d63088 Border Color

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

This div border color is #d63088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63088


Comments

No comments written yet.

Please login to write comment.