Color Hex Logo

#d632ff Color Hex

#D632FF
(214,50,255)
1 Favorites   0 Comments

Color spaces of #d632ff

RGB 21450255
HSL0.801.000.60
HSV288°80°100°
CMYK 0.160.800.00   0.00
XYZ46.922223.797396.7280
Yxy23.79730.28020.1421
Hunter Lab48.782586.3237-83.4150
CIE-Lab55.884385.3234-68.3239

#d632ff color RGB value is (214,50,255).

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

The process color (four color CMYK) of #d632ff color hex is 0.16, 0.80, 0.00, 0.00. Web safe color of #d632ff is #cc33ff. Color #d632ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110010 11111111
Octal 326 62 377
Decimal 214 50 255
Hex D6 32 FF

RGB Percentages of Color #d632ff

%41.23
%9.63
%49.13

CMYK Percentages of Color #d632ff

%16
%80
%0
%0

Triadic Colors of #d632ff

#d632ff #ffd632 #32ffd6

Analogous Colors of #d632ff

#d632ff #ff32c2 #7032ff

Monochromatic Colors of #d632ff

#d632ff

Complementary Color

#d632ff #5bff32

#d632ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d632ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d632ff Color CSS Codes

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

#d632ff Text Font Color

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

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


#d632ff Background Color

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

This div background color is #d632ff


#d632ff Border Color

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

This div border color is #d632ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d632ff

Related Colors


Comments

No comments written yet.

Please login to write comment.