Color Hex Logo

#d27ffd Color Hex

#D27FFD
(210,127,253)
0 Favorites   0 Comments

Color spaces of #d27ffd

RGB 210127253
HSL0.780.970.75
HSV280°50°99°
CMYK 0.170.500.00   0.01
XYZ51.897335.972297.1366
Yxy35.97220.28050.1944
Hunter Lab59.976849.4947-54.0405
CIE-Lab66.498753.0717-50.2935

#d27ffd color RGB value is (210,127,253).

#d27ffd hex color red value is 210, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d27ffd hue: 0.78 , saturation: 0.97 and the lightness value of d27ffd is 0.75.

The process color (four color CMYK) of #d27ffd color hex is 0.17, 0.50, 0.00, 0.01. Web safe color of #d27ffd is #cc66ff. Color #d27ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 11111101
Octal 322 177 375
Decimal 210 127 253
Hex D2 7F FD

RGB Percentages of Color #d27ffd

%35.59
%21.53
%42.88

CMYK Percentages of Color #d27ffd

%17
%50
%0
%1

Triadic Colors of #d27ffd

#d27ffd #fdd27f #7ffdd2

Analogous Colors of #d27ffd

#d27ffd #fd7fe9 #937ffd

Monochromatic Colors of #d27ffd

#d27ffd

Complementary Color

#d27ffd #aafd7f

#d27ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27ffd Color CSS Codes

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

#d27ffd Text Font Color

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

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


#d27ffd Background Color

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

This div background color is #d27ffd


#d27ffd Border Color

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

This div border color is #d27ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.