Color Hex Logo

#d008fc Color Hex

#D008FC
(208,8,252)
0 Favorites   0 Comments

Color spaces of #d008fc

RGB 2088252
HSL0.800.980.51
HSV289°97°99°
CMYK 0.170.970.00   0.01
XYZ43.669920.611893.7723
Yxy20.61180.27630.1304
Hunter Lab45.400292.2465-90.6809
CIE-Lab52.522090.4665-72.1423

#d008fc color RGB value is (208,8,252).

#d008fc hex color red value is 208, green value is 8 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d008fc hue: 0.80 , saturation: 0.98 and the lightness value of d008fc is 0.51.

The process color (four color CMYK) of #d008fc color hex is 0.17, 0.97, 0.00, 0.01. Web safe color of #d008fc is #cc00ff. Color #d008fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 11111100
Octal 320 10 374
Decimal 208 8 252
Hex D0 8 FC

RGB Percentages of Color #d008fc

%44.44
%1.71
%53.85

CMYK Percentages of Color #d008fc

%17
%97
%0
%1

Triadic Colors of #d008fc

#d008fc #fcd008 #08fcd0

Analogous Colors of #d008fc

#d008fc #fc08ae #5608fc

Monochromatic Colors of #d008fc

#d008fc

Complementary Color

#d008fc #34fc08

#d008fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d008fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d008fc Color CSS Codes

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

#d008fc Text Font Color

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

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


#d008fc Background Color

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

This div background color is #d008fc


#d008fc Border Color

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

This div border color is #d008fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d008fc

Related Colors


Comments

No comments written yet.

Please login to write comment.