Color Hex Logo

#d64bca Color Hex

#D64BCA
(214,75,202)
0 Favorites   0 Comments

Color spaces of #d64bca

RGB 21475202
HSL0.850.630.57
HSV305°65°84°
CMYK 0.000.650.06   0.16
XYZ40.908323.592658.2748
Yxy23.59260.33320.1922
Hunter Lab48.572265.3342-37.1330
CIE-Lab55.677668.5543-38.7996

#d64bca color RGB value is (214,75,202).

#d64bca hex color red value is 214, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d64bca hue: 0.85 , saturation: 0.63 and the lightness value of d64bca is 0.57.

The process color (four color CMYK) of #d64bca color hex is 0.00, 0.65, 0.06, 0.16. Web safe color of #d64bca is #cc33cc. Color #d64bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11001010
Octal 326 113 312
Decimal 214 75 202
Hex D6 4B CA

RGB Percentages of Color #d64bca

%43.58
%15.27
%41.14

CMYK Percentages of Color #d64bca

%0
%65
%6
%16

Triadic Colors of #d64bca

#d64bca #cad64b #4bcad6

Analogous Colors of #d64bca

#d64bca #d64b85 #9d4bd6

Monochromatic Colors of #d64bca

#d64bca

Complementary Color

#d64bca #4bd657

#d64bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bca Color CSS Codes

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

#d64bca Text Font Color

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

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


#d64bca Background Color

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

This div background color is #d64bca


#d64bca Border Color

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

This div border color is #d64bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bca


Comments

No comments written yet.

Please login to write comment.