Color Hex Logo

#d272ef Color Hex

#D272EF
(210,114,239)
0 Favorites   0 Comments

Color spaces of #d272ef

RGB 210114239
HSL0.790.800.69
HSV286°52°94°
CMYK 0.120.520.00   0.06
XYZ48.175631.968385.2927
Yxy31.96830.29120.1932
Hunter Lab56.540553.1458-49.8620
CIE-Lab63.316756.7749-47.6130

#d272ef color RGB value is (210,114,239).

#d272ef hex color red value is 210, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d272ef hue: 0.79 , saturation: 0.80 and the lightness value of d272ef is 0.69.

The process color (four color CMYK) of #d272ef color hex is 0.12, 0.52, 0.00, 0.06. Web safe color of #d272ef is #cc66ff. Color #d272ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110010 11101111
Octal 322 162 357
Decimal 210 114 239
Hex D2 72 EF

RGB Percentages of Color #d272ef

%37.30
%20.25
%42.45

CMYK Percentages of Color #d272ef

%12
%52
%0
%6

Triadic Colors of #d272ef

#d272ef #efd272 #72efd2

Analogous Colors of #d272ef

#d272ef #ef72ce #9472ef

Monochromatic Colors of #d272ef

#d272ef

Complementary Color

#d272ef #8fef72

#d272ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d272ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d272ef Color CSS Codes

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

#d272ef Text Font Color

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

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


#d272ef Background Color

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

This div background color is #d272ef


#d272ef Border Color

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

This div border color is #d272ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d272ef


Comments

No comments written yet.

Please login to write comment.