Color Hex Logo

#d638ff Color Hex

#D638FF
(214,56,255)
0 Favorites   0 Comments

Color spaces of #d638ff

RGB 21456255
HSL0.801.000.61
HSV288°78°100°
CMYK 0.160.780.00   0.00
XYZ47.195724.344596.8192
Yxy24.34450.28030.1446
Hunter Lab49.340184.3967-81.8055
CIE-Lab56.431183.7328-67.4415

#d638ff color RGB value is (214,56,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111000 11111111
Octal 326 70 377
Decimal 214 56 255
Hex D6 38 FF

RGB Percentages of Color #d638ff

%40.76
%10.67
%48.57

CMYK Percentages of Color #d638ff

%16
%78
%0
%0

Triadic Colors of #d638ff

#d638ff #ffd638 #38ffd6

Analogous Colors of #d638ff

#d638ff #ff38c5 #7338ff

Monochromatic Colors of #d638ff

#d638ff

Complementary Color

#d638ff #61ff38

#d638ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d638ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d638ff Color CSS Codes

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

#d638ff Text Font Color

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

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


#d638ff Background Color

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

This div background color is #d638ff


#d638ff Border Color

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

This div border color is #d638ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d638ff


Comments

No comments written yet.

Please login to write comment.