Color Hex Logo

#d27fec Color Hex

#D27FEC
(210,127,236)
0 Favorites   0 Comments

Color spaces of #d27fec

RGB 210127236
HSL0.790.740.71
HSV286°46°93°
CMYK 0.110.460.00   0.07
XYZ49.308034.936583.5015
Yxy34.93650.29390.2083
Hunter Lab59.107145.4698-42.3849
CIE-Lab65.699249.6049-42.2055

#d27fec color RGB value is (210,127,236).

#d27fec hex color red value is 210, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d27fec hue: 0.79 , saturation: 0.74 and the lightness value of d27fec is 0.71.

The process color (four color CMYK) of #d27fec color hex is 0.11, 0.46, 0.00, 0.07. Web safe color of #d27fec is #cc66ff. Color #d27fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 11101100
Octal 322 177 354
Decimal 210 127 236
Hex D2 7F EC

RGB Percentages of Color #d27fec

%36.65
%22.16
%41.19

CMYK Percentages of Color #d27fec

%11
%46
%0
%7

Triadic Colors of #d27fec

#d27fec #ecd27f #7fecd2

Analogous Colors of #d27fec

#d27fec #ec7fd0 #9c7fec

Monochromatic Colors of #d27fec

#d27fec

Complementary Color

#d27fec #99ec7f

#d27fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27fec Color CSS Codes

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

#d27fec Text Font Color

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

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


#d27fec Background Color

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

This div background color is #d27fec


#d27fec Border Color

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

This div border color is #d27fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27fec


Comments

No comments written yet.

Please login to write comment.