Color Hex Logo

#d280ee Color Hex

#D280EE
(210,128,238)
0 Favorites   0 Comments

Color spaces of #d280ee

RGB 210128238
HSL0.790.760.72
HSV285°46°93°
CMYK 0.120.460.00   0.07
XYZ49.730135.313085.0840
Yxy35.31300.29230.2076
Hunter Lab59.424745.3859-43.2938
CIE-Lab65.991649.4875-42.8505

#d280ee color RGB value is (210,128,238).

#d280ee hex color red value is 210, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d280ee hue: 0.79 , saturation: 0.76 and the lightness value of d280ee is 0.72.

The process color (four color CMYK) of #d280ee color hex is 0.12, 0.46, 0.00, 0.07. Web safe color of #d280ee is #cc99ff. Color #d280ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000000 11101110
Octal 322 200 356
Decimal 210 128 238
Hex D2 80 EE

RGB Percentages of Color #d280ee

%36.46
%22.22
%41.32

CMYK Percentages of Color #d280ee

%12
%46
%0
%7

Triadic Colors of #d280ee

#d280ee #eed280 #80eed2

Analogous Colors of #d280ee

#d280ee #ee80d3 #9b80ee

Monochromatic Colors of #d280ee

#d280ee

Complementary Color

#d280ee #9cee80

#d280ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d280ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d280ee Color CSS Codes

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

#d280ee Text Font Color

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

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


#d280ee Background Color

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

This div background color is #d280ee


#d280ee Border Color

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

This div border color is #d280ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d280ee


Comments

No comments written yet.

Please login to write comment.