Color Hex Logo

#d908f5 Color Hex

#D908F5
(217,8,245)
0 Favorites   0 Comments

Color spaces of #d908f5

RGB 2178245
HSL0.810.940.50
HSV293°97°96°
CMYK 0.110.970.00   0.04
XYZ45.183521.518088.1581
Yxy21.51800.29180.1390
Hunter Lab46.387592.6889-80.2077
CIE-Lab53.511890.6070-66.5598

#d908f5 color RGB value is (217,8,245).

#d908f5 hex color red value is 217, green value is 8 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d908f5 hue: 0.81 , saturation: 0.94 and the lightness value of d908f5 is 0.50.

The process color (four color CMYK) of #d908f5 color hex is 0.11, 0.97, 0.00, 0.04. Web safe color of #d908f5 is #cc00ff. Color #d908f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 11110101
Octal 331 10 365
Decimal 217 8 245
Hex D9 8 F5

RGB Percentages of Color #d908f5

%46.17
%1.70
%52.13

CMYK Percentages of Color #d908f5

%11
%97
%0
%4

Triadic Colors of #d908f5

#d908f5 #f5d908 #08f5d9

Analogous Colors of #d908f5

#d908f5 #f5089b #6308f5

Monochromatic Colors of #d908f5

#d908f5

Complementary Color

#d908f5 #24f508

#d908f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d908f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d908f5 Color CSS Codes

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

#d908f5 Text Font Color

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

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


#d908f5 Background Color

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

This div background color is #d908f5


#d908f5 Border Color

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

This div border color is #d908f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d908f5


Comments

No comments written yet.

Please login to write comment.