Color Hex Logo

#d27afd Color Hex

#D27AFD
(210,122,253)
0 Favorites   0 Comments

Color spaces of #d27afd

RGB 210122253
HSL0.780.970.74
HSV280°52°99°
CMYK 0.170.520.00   0.01
XYZ51.267534.712696.9266
Yxy34.71260.28030.1898
Hunter Lab58.917452.2179-56.2974
CIE-Lab65.524355.6117-51.8346

#d27afd color RGB value is (210,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111010 11111101
Octal 322 172 375
Decimal 210 122 253
Hex D2 7A FD

RGB Percentages of Color #d27afd

%35.90
%20.85
%43.25

CMYK Percentages of Color #d27afd

%17
%52
%0
%1

Triadic Colors of #d27afd

#d27afd #fdd27a #7afdd2

Analogous Colors of #d27afd

#d27afd #fd7ae7 #917afd

Monochromatic Colors of #d27afd

#d27afd

Complementary Color

#d27afd #a5fd7a

#d27afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27afd Color CSS Codes

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

#d27afd Text Font Color

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

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


#d27afd Background Color

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

This div background color is #d27afd


#d27afd Border Color

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

This div border color is #d27afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27afd


Comments

No comments written yet.

Please login to write comment.