Color Hex Logo

#de68ff Color Hex

#DE68FF
(222,104,255)
0 Favorites   0 Comments

Color spaces of #de68ff

RGB 222104255
HSL0.801.000.70
HSV287°59°100°
CMYK 0.130.590.00   0.00
XYZ53.124532.650298.1099
Yxy32.65020.28890.1776
Hunter Lab57.140465.9593-61.8026
CIE-Lab63.876767.5696-55.4551

#de68ff color RGB value is (222,104,255).

#de68ff hex color red value is 222, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #de68ff hue: 0.80 , saturation: 1.00 and the lightness value of de68ff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 11111111
Octal 336 150 377
Decimal 222 104 255
Hex DE 68 FF

RGB Percentages of Color #de68ff

%38.21
%17.90
%43.89

CMYK Percentages of Color #de68ff

%13
%59
%0
%0

Triadic Colors of #de68ff

#de68ff #ffde68 #68ffde

Analogous Colors of #de68ff

#de68ff #ff68d5 #9368ff

Monochromatic Colors of #de68ff

#de68ff

Complementary Color

#de68ff #89ff68

#de68ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68ff Color CSS Codes

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

#de68ff Text Font Color

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

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


#de68ff Background Color

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

This div background color is #de68ff


#de68ff Border Color

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

This div border color is #de68ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68ff

Related Colors


Comments

No comments written yet.

Please login to write comment.