Color Hex Logo

#d268ff Color Hex

#D268FF
(210,104,255)
0 Favorites   0 Comments

Color spaces of #d268ff

RGB 210104255
HSL0.781.000.70
HSV282°59°100°
CMYK 0.180.590.00   0.00
XYZ49.578730.822397.9440
Yxy30.82230.27800.1728
Hunter Lab55.517862.2484-65.7363
CIE-Lab62.357364.7433-57.9657

#d268ff color RGB value is (210,104,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101000 11111111
Octal 322 150 377
Decimal 210 104 255
Hex D2 68 FF

RGB Percentages of Color #d268ff

%36.91
%18.28
%44.82

CMYK Percentages of Color #d268ff

%18
%59
%0
%0

Triadic Colors of #d268ff

#d268ff #ffd268 #68ffd2

Analogous Colors of #d268ff

#d268ff #ff68e1 #8768ff

Monochromatic Colors of #d268ff

#d268ff

Complementary Color

#d268ff #95ff68

#d268ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d268ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d268ff Color CSS Codes

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

#d268ff Text Font Color

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

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


#d268ff Background Color

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

This div background color is #d268ff


#d268ff Border Color

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

This div border color is #d268ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d268ff


Comments

No comments written yet.

Please login to write comment.