Color Hex Logo

#d638af Color Hex

#D638AF
(214,56,175)
0 Favorites   0 Comments

Color spaces of #d638af

RGB 21456175
HSL0.870.660.53
HSV315°74°84°
CMYK 0.000.740.18   0.16
XYZ36.883620.219642.5162
Yxy20.21960.37020.2030
Hunter Lab44.966267.7240-24.5832
CIE-Lab52.084671.2313-28.7951

#d638af color RGB value is (214,56,175).

#d638af hex color red value is 214, green value is 56 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d638af hue: 0.87 , saturation: 0.66 and the lightness value of d638af is 0.53.

The process color (four color CMYK) of #d638af color hex is 0.00, 0.74, 0.18, 0.16. Web safe color of #d638af is #cc3399. Color #d638af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111000 10101111
Octal 326 70 257
Decimal 214 56 175
Hex D6 38 AF

RGB Percentages of Color #d638af

%48.09
%12.58
%39.33

CMYK Percentages of Color #d638af

%0
%74
%18
%16

Triadic Colors of #d638af

#d638af #afd638 #38afd6

Analogous Colors of #d638af

#d638af #d63860 #ae38d6

Monochromatic Colors of #d638af

#d638af

Complementary Color

#d638af #38d65f

#d638af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d638af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d638af Color CSS Codes

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

#d638af Text Font Color

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

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


#d638af Background Color

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

This div background color is #d638af


#d638af Border Color

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

This div border color is #d638af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,56,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d638af


Comments

No comments written yet.

Please login to write comment.