Color Hex Logo

#d268df Color Hex

#D268DF
(210,104,223)
0 Favorites   0 Comments

Color spaces of #d268df

RGB 210104223
HSL0.820.650.64
HSV293°53°87°
CMYK 0.060.530.00   0.13
XYZ44.847928.930073.0323
Yxy28.93000.30550.1971
Hunter Lab53.786654.7088-42.8543
CIE-Lab60.719858.5695-42.7958

#d268df color RGB value is (210,104,223).

#d268df hex color red value is 210, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d268df hue: 0.82 , saturation: 0.65 and the lightness value of d268df is 0.64.

The process color (four color CMYK) of #d268df color hex is 0.06, 0.53, 0.00, 0.13. Web safe color of #d268df is #cc66cc. Color #d268df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101000 11011111
Octal 322 150 337
Decimal 210 104 223
Hex D2 68 DF

RGB Percentages of Color #d268df

%39.11
%19.37
%41.53

CMYK Percentages of Color #d268df

%6
%53
%0
%13

Triadic Colors of #d268df

#d268df #dfd268 #68dfd2

Analogous Colors of #d268df

#d268df #df68b1 #9768df

Monochromatic Colors of #d268df

#d268df

Complementary Color

#d268df #75df68

#d268df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d268df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d268df Color CSS Codes

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

#d268df Text Font Color

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

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


#d268df Background Color

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

This div background color is #d268df


#d268df Border Color

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

This div border color is #d268df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d268df


Comments

No comments written yet.

Please login to write comment.