Color Hex Logo

#d227ff Color Hex

#D227FF
(210,39,255)
0 Favorites   0 Comments

Color spaces of #d227ff

RGB 21039255
HSL0.801.000.58
HSV288°85°100°
CMYK 0.180.850.00   0.00
XYZ45.353922.372796.5357
Yxy22.37270.27610.1362
Hunter Lab47.299888.3820-87.8971
CIE-Lab54.420287.1813-70.7206

#d227ff color RGB value is (210,39,255).

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

The process color (four color CMYK) of #d227ff color hex is 0.18, 0.85, 0.00, 0.00. Web safe color of #d227ff is #cc33ff. Color #d227ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100111 11111111
Octal 322 47 377
Decimal 210 39 255
Hex D2 27 FF

RGB Percentages of Color #d227ff

%41.67
%7.74
%50.60

CMYK Percentages of Color #d227ff

%18
%85
%0
%0

Triadic Colors of #d227ff

#d227ff #ffd227 #27ffd2

Analogous Colors of #d227ff

#d227ff #ff27c0 #6627ff

Monochromatic Colors of #d227ff

#d227ff

Complementary Color

#d227ff #54ff27

#d227ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d227ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d227ff Color CSS Codes

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

#d227ff Text Font Color

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

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


#d227ff Background Color

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

This div background color is #d227ff


#d227ff Border Color

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

This div border color is #d227ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,39,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 #d227ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d227ff


Comments

No comments written yet.

Please login to write comment.