Color Hex Logo

#d69ff5 Color Hex

#D69FF5
(214,159,245)
0 Favorites   0 Comments

Color spaces of #d69ff5

RGB 214159245
HSL0.770.810.79
HSV278°35°96°
CMYK 0.130.350.00   0.04
XYZ56.611145.685092.2206
Yxy45.68500.29100.2349
Hunter Lab67.590731.2204-33.5817
CIE-Lab73.340735.5966-35.1926

#d69ff5 color RGB value is (214,159,245).

#d69ff5 hex color red value is 214, green value is 159 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d69ff5 hue: 0.77 , saturation: 0.81 and the lightness value of d69ff5 is 0.79.

The process color (four color CMYK) of #d69ff5 color hex is 0.13, 0.35, 0.00, 0.04. Web safe color of #d69ff5 is #cc99ff. Color #d69ff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 11110101
Octal 326 237 365
Decimal 214 159 245
Hex D6 9F F5

RGB Percentages of Color #d69ff5

%34.63
%25.73
%39.64

CMYK Percentages of Color #d69ff5

%13
%35
%0
%4

Triadic Colors of #d69ff5

#d69ff5 #f5d69f #9ff5d6

Analogous Colors of #d69ff5

#d69ff5 #f59fe9 #ab9ff5

Monochromatic Colors of #d69ff5

#d69ff5

Complementary Color

#d69ff5 #bef59f

#d69ff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ff5 Color CSS Codes

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

#d69ff5 Text Font Color

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

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


#d69ff5 Background Color

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

This div background color is #d69ff5


#d69ff5 Border Color

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

This div border color is #d69ff5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,159,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 #d69ff5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ff5


Comments

No comments written yet.

Please login to write comment.