Color Hex Logo

#d27bfd Color Hex

#D27BFD
(210,123,253)
0 Favorites   0 Comments

Color spaces of #d27bfd

RGB 210123253
HSL0.780.970.74
HSV280°51°99°
CMYK 0.170.510.00   0.01
XYZ51.390934.959496.9677
Yxy34.95940.28030.1907
Hunter Lab59.126551.6753-55.8474
CIE-Lab65.717055.1072-51.5295

#d27bfd color RGB value is (210,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111011 11111101
Octal 322 173 375
Decimal 210 123 253
Hex D2 7B FD

RGB Percentages of Color #d27bfd

%35.84
%20.99
%43.17

CMYK Percentages of Color #d27bfd

%17
%51
%0
%1

Triadic Colors of #d27bfd

#d27bfd #fdd27b #7bfdd2

Analogous Colors of #d27bfd

#d27bfd #fd7be7 #917bfd

Monochromatic Colors of #d27bfd

#d27bfd

Complementary Color

#d27bfd #a6fd7b

#d27bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27bfd Color CSS Codes

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

#d27bfd Text Font Color

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

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


#d27bfd Background Color

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

This div background color is #d27bfd


#d27bfd Border Color

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

This div border color is #d27bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27bfd


Comments

No comments written yet.

Please login to write comment.