Color Hex Logo

#d626cb Color Hex

#D626CB
(214,38,203)
0 Favorites   0 Comments

Color spaces of #d626cb

RGB 21438203
HSL0.840.700.49
HSV304°82°84°
CMYK 0.000.820.05   0.16
XYZ39.204219.994258.2929
Yxy19.99420.33370.1702
Hunter Lab44.714978.2506-45.9935
CIE-Lab51.830779.8194-45.4490

#d626cb color RGB value is (214,38,203).

#d626cb hex color red value is 214, green value is 38 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d626cb hue: 0.84 , saturation: 0.70 and the lightness value of d626cb is 0.49.

The process color (four color CMYK) of #d626cb color hex is 0.00, 0.82, 0.05, 0.16. Web safe color of #d626cb is #cc33cc. Color #d626cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100110 11001011
Octal 326 46 313
Decimal 214 38 203
Hex D6 26 CB

RGB Percentages of Color #d626cb

%47.03
%8.35
%44.62

CMYK Percentages of Color #d626cb

%0
%82
%5
%16

Triadic Colors of #d626cb

#d626cb #cbd626 #26cbd6

Analogous Colors of #d626cb

#d626cb #d62673 #8926d6

Monochromatic Colors of #d626cb

#d626cb

Complementary Color

#d626cb #26d631

#d626cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d626cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d626cb Color CSS Codes

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

#d626cb Text Font Color

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

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


#d626cb Background Color

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

This div background color is #d626cb


#d626cb Border Color

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

This div border color is #d626cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d626cb


Comments

No comments written yet.

Please login to write comment.