Color Hex Logo

#d27cea Color Hex

#D27CEA
(210,124,234)
0 Favorites   0 Comments

Color spaces of #d27cea

RGB 210124234
HSL0.800.720.70
HSV287°47°92°
CMYK 0.100.470.00   0.08
XYZ48.637334.057581.8522
Yxy34.05750.29560.2070
Hunter Lab58.358846.6373-42.3071
CIE-Lab65.008250.7534-42.1836

#d27cea color RGB value is (210,124,234).

#d27cea hex color red value is 210, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d27cea hue: 0.80 , saturation: 0.72 and the lightness value of d27cea is 0.70.

The process color (four color CMYK) of #d27cea color hex is 0.10, 0.47, 0.00, 0.08. Web safe color of #d27cea is #cc66ff. Color #d27cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 11101010
Octal 322 174 352
Decimal 210 124 234
Hex D2 7C EA

RGB Percentages of Color #d27cea

%36.97
%21.83
%41.20

CMYK Percentages of Color #d27cea

%10
%47
%0
%8

Triadic Colors of #d27cea

#d27cea #ead27c #7cead2

Analogous Colors of #d27cea

#d27cea #ea7ccb #9b7cea

Monochromatic Colors of #d27cea

#d27cea

Complementary Color

#d27cea #94ea7c

#d27cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27cea Color CSS Codes

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

#d27cea Text Font Color

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

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


#d27cea Background Color

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

This div background color is #d27cea


#d27cea Border Color

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

This div border color is #d27cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27cea


Comments

No comments written yet.

Please login to write comment.