Color Hex Logo

#d268ee Color Hex

#D268EE
(210,104,238)
0 Favorites   0 Comments

Color spaces of #d268ee

RGB 210104238
HSL0.800.800.67
HSV287°56°93°
CMYK 0.120.560.00   0.07
XYZ46.961329.775384.1610
Yxy29.77530.29190.1851
Hunter Lab54.566758.1291-53.2492
CIE-Lab61.459961.4004-49.9954

#d268ee color RGB value is (210,104,238).

#d268ee hex color red value is 210, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d268ee hue: 0.80 , saturation: 0.80 and the lightness value of d268ee is 0.67.

The process color (four color CMYK) of #d268ee color hex is 0.12, 0.56, 0.00, 0.07. Web safe color of #d268ee is #cc66ff. Color #d268ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101000 11101110
Octal 322 150 356
Decimal 210 104 238
Hex D2 68 EE

RGB Percentages of Color #d268ee

%38.04
%18.84
%43.12

CMYK Percentages of Color #d268ee

%12
%56
%0
%7

Triadic Colors of #d268ee

#d268ee #eed268 #68eed2

Analogous Colors of #d268ee

#d268ee #ee68c7 #8f68ee

Monochromatic Colors of #d268ee

#d268ee

Complementary Color

#d268ee #84ee68

#d268ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d268ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d268ee Color CSS Codes

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

#d268ee Text Font Color

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

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


#d268ee Background Color

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

This div background color is #d268ee


#d268ee Border Color

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

This div border color is #d268ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d268ee


Comments

No comments written yet.

Please login to write comment.