Color Hex Logo

#d631cf Color Hex

#D631CF
(214,49,207)
0 Favorites   0 Comments

Color spaces of #d631cf

RGB 21449207
HSL0.840.670.52
HSV303°77°84°
CMYK 0.000.770.03   0.16
XYZ40.092420.997860.9714
Yxy20.99780.32850.1720
Hunter Lab45.823475.9848-46.8134
CIE-Lab52.947177.7970-45.9743

#d631cf color RGB value is (214,49,207).

#d631cf hex color red value is 214, green value is 49 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d631cf hue: 0.84 , saturation: 0.67 and the lightness value of d631cf is 0.52.

The process color (four color CMYK) of #d631cf color hex is 0.00, 0.77, 0.03, 0.16. Web safe color of #d631cf is #cc33cc. Color #d631cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110001 11001111
Octal 326 61 317
Decimal 214 49 207
Hex D6 31 CF

RGB Percentages of Color #d631cf

%45.53
%10.43
%44.04

CMYK Percentages of Color #d631cf

%0
%77
%3
%16

Triadic Colors of #d631cf

#d631cf #cfd631 #31cfd6

Analogous Colors of #d631cf

#d631cf #d6317d #8b31d6

Monochromatic Colors of #d631cf

#d631cf

Complementary Color

#d631cf #31d638

#d631cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d631cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d631cf Color CSS Codes

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

#d631cf Text Font Color

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

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


#d631cf Background Color

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

This div background color is #d631cf


#d631cf Border Color

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

This div border color is #d631cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d631cf


Comments

No comments written yet.

Please login to write comment.