Color Hex Logo

#d63fc6 Color Hex

#D63FC6
(214,63,198)
0 Favorites   0 Comments

Color spaces of #d63fc6

RGB 21463198
HSL0.850.650.54
HSV306°71°84°
CMYK 0.000.710.07   0.16
XYZ39.702121.928455.5661
Yxy21.92840.33880.1871
Hunter Lab46.827869.3895-37.5744
CIE-Lab53.951072.2492-39.2206

#d63fc6 color RGB value is (214,63,198).

#d63fc6 hex color red value is 214, green value is 63 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #d63fc6 hue: 0.85 , saturation: 0.65 and the lightness value of d63fc6 is 0.54.

The process color (four color CMYK) of #d63fc6 color hex is 0.00, 0.71, 0.07, 0.16. Web safe color of #d63fc6 is #cc33cc. Color #d63fc6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111111 11000110
Octal 326 77 306
Decimal 214 63 198
Hex D6 3F C6

RGB Percentages of Color #d63fc6

%45.05
%13.26
%41.68

CMYK Percentages of Color #d63fc6

%0
%71
%7
%16

Triadic Colors of #d63fc6

#d63fc6 #c6d63f #3fc6d6

Analogous Colors of #d63fc6

#d63fc6 #d63f7b #9b3fd6

Monochromatic Colors of #d63fc6

#d63fc6

Complementary Color

#d63fc6 #3fd64f

#d63fc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63fc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63fc6 Color CSS Codes

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

#d63fc6 Text Font Color

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

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


#d63fc6 Background Color

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

This div background color is #d63fc6


#d63fc6 Border Color

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

This div border color is #d63fc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63fc6


Comments

No comments written yet.

Please login to write comment.