Color Hex Logo

#d608be Color Hex

#D608BE
(214,8,190)
0 Favorites   0 Comments

Color spaces of #d608be

RGB 2148190
HSL0.850.930.44
HSV307°96°84°
CMYK 0.000.960.11   0.16
XYZ37.112718.187550.2697
Yxy18.18750.35150.1723
Hunter Lab42.646880.7049-40.0350
CIE-Lab49.722782.1652-41.2621

#d608be color RGB value is (214,8,190).

#d608be hex color red value is 214, green value is 8 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d608be hue: 0.85 , saturation: 0.93 and the lightness value of d608be is 0.44.

The process color (four color CMYK) of #d608be color hex is 0.00, 0.96, 0.11, 0.16. Web safe color of #d608be is #cc00cc. Color #d608be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001000 10111110
Octal 326 10 276
Decimal 214 8 190
Hex D6 8 BE

RGB Percentages of Color #d608be

%51.94
%1.94
%46.12

CMYK Percentages of Color #d608be

%0
%96
%11
%16

Triadic Colors of #d608be

#d608be #bed608 #08bed6

Analogous Colors of #d608be

#d608be #d60857 #8708d6

Monochromatic Colors of #d608be

#d608be

Complementary Color

#d608be #08d620

#d608be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d608be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d608be Color CSS Codes

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

#d608be Text Font Color

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

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


#d608be Background Color

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

This div background color is #d608be


#d608be Border Color

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

This div border color is #d608be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d608be


Comments

No comments written yet.

Please login to write comment.