Color Hex Logo

#d27cfe Color Hex

#D27CFE
(210,124,254)
0 Favorites   0 Comments

Color spaces of #d27cfe

RGB 210124254
HSL0.780.980.74
HSV280°51°100°
CMYK 0.170.510.00   0.00
XYZ51.675435.272797.8507
Yxy35.27270.27960.1909
Hunter Lab59.390851.3772-56.1110
CIE-Lab65.960454.8084-51.6922

#d27cfe color RGB value is (210,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 11111110
Octal 322 174 376
Decimal 210 124 254
Hex D2 7C FE

RGB Percentages of Color #d27cfe

%35.71
%21.09
%43.20

CMYK Percentages of Color #d27cfe

%17
%51
%0
%0

Triadic Colors of #d27cfe

#d27cfe #fed27c #7cfed2

Analogous Colors of #d27cfe

#d27cfe #fe7ce9 #917cfe

Monochromatic Colors of #d27cfe

#d27cfe

Complementary Color

#d27cfe #a8fe7c

#d27cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27cfe Color CSS Codes

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

#d27cfe Text Font Color

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

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


#d27cfe Background Color

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

This div background color is #d27cfe


#d27cfe Border Color

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

This div border color is #d27cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.