Color Hex Logo

#d272ff Color Hex

#D272FF
(210,114,255)
0 Favorites   0 Comments

Color spaces of #d272ff

RGB 210114255
HSL0.781.000.72
HSV281°55°100°
CMYK 0.180.550.00   0.00
XYZ50.645732.956398.2996
Yxy32.95630.27840.1812
Hunter Lab57.407657.0117-61.3376
CIE-Lab64.125559.9888-55.1505

#d272ff color RGB value is (210,114,255).

#d272ff hex color red value is 210, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d272ff hue: 0.78 , saturation: 1.00 and the lightness value of d272ff is 0.72.

The process color (four color CMYK) of #d272ff color hex is 0.18, 0.55, 0.00, 0.00. Web safe color of #d272ff is #cc66ff. Color #d272ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110010 11111111
Octal 322 162 377
Decimal 210 114 255
Hex D2 72 FF

RGB Percentages of Color #d272ff

%36.27
%19.69
%44.04

CMYK Percentages of Color #d272ff

%18
%55
%0
%0

Triadic Colors of #d272ff

#d272ff #ffd272 #72ffd2

Analogous Colors of #d272ff

#d272ff #ff72e6 #8c72ff

Monochromatic Colors of #d272ff

#d272ff

Complementary Color

#d272ff #9fff72

#d272ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d272ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d272ff Color CSS Codes

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

#d272ff Text Font Color

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

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


#d272ff Background Color

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

This div background color is #d272ff


#d272ff Border Color

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

This div border color is #d272ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d272ff


Comments

No comments written yet.

Please login to write comment.