Color Hex Logo

#d634cb Color Hex

#D634CB
(214,52,203)
0 Favorites   0 Comments

Color spaces of #d634cb

RGB 21452203
HSL0.840.660.52
HSV304°76°84°
CMYK 0.000.760.05   0.16
XYZ39.739021.063958.4712
Yxy21.06390.33320.1766
Hunter Lab45.895474.2390-43.4092
CIE-Lab53.019476.3804-43.5650

#d634cb color RGB value is (214,52,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 11001011
Octal 326 64 313
Decimal 214 52 203
Hex D6 34 CB

RGB Percentages of Color #d634cb

%45.63
%11.09
%43.28

CMYK Percentages of Color #d634cb

%0
%76
%5
%16

Triadic Colors of #d634cb

#d634cb #cbd634 #34cbd6

Analogous Colors of #d634cb

#d634cb #d6347a #9034d6

Monochromatic Colors of #d634cb

#d634cb

Complementary Color

#d634cb #34d63f

#d634cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d634cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d634cb Color CSS Codes

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

#d634cb Text Font Color

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

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


#d634cb Background Color

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

This div background color is #d634cb


#d634cb Border Color

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

This div border color is #d634cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d634cb


Comments

No comments written yet.

Please login to write comment.