Color Hex Logo

#d068fe Color Hex

#D068FE
(208,104,254)
0 Favorites   0 Comments

Color spaces of #d068fe

RGB 208104254
HSL0.780.990.70
HSV282°59°100°
CMYK 0.180.590.00   0.00
XYZ48.852130.466397.0717
Yxy30.46630.27700.1727
Hunter Lab55.196361.3900-65.6338
CIE-Lab62.054564.0728-57.9130

#d068fe color RGB value is (208,104,254).

#d068fe hex color red value is 208, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d068fe hue: 0.78 , saturation: 0.99 and the lightness value of d068fe is 0.70.

The process color (four color CMYK) of #d068fe color hex is 0.18, 0.59, 0.00, 0.00. Web safe color of #d068fe is #cc66ff. Color #d068fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101000 11111110
Octal 320 150 376
Decimal 208 104 254
Hex D0 68 FE

RGB Percentages of Color #d068fe

%36.75
%18.37
%44.88

CMYK Percentages of Color #d068fe

%18
%59
%0
%0

Triadic Colors of #d068fe

#d068fe #fed068 #68fed0

Analogous Colors of #d068fe

#d068fe #fe68e1 #8568fe

Monochromatic Colors of #d068fe

#d068fe

Complementary Color

#d068fe #96fe68

#d068fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d068fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d068fe Color CSS Codes

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

#d068fe Text Font Color

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

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


#d068fe Background Color

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

This div background color is #d068fe


#d068fe Border Color

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

This div border color is #d068fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d068fe


Comments

No comments written yet.

Please login to write comment.