Color Hex Logo

#d652bc Color Hex

#D652BC
(214,82,188)
0 Favorites   0 Comments

Color spaces of #d652bc

RGB 21482188
HSL0.870.620.58
HSV312°62°84°
CMYK 0.000.620.12   0.16
XYZ39.825923.961650.1029
Yxy23.96160.34970.2104
Hunter Lab48.950659.5630-26.4203
CIE-Lab56.049363.5925-30.1831

#d652bc color RGB value is (214,82,188).

#d652bc hex color red value is 214, green value is 82 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d652bc hue: 0.87 , saturation: 0.62 and the lightness value of d652bc is 0.58.

The process color (four color CMYK) of #d652bc color hex is 0.00, 0.62, 0.12, 0.16. Web safe color of #d652bc is #cc66cc. Color #d652bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 10111100
Octal 326 122 274
Decimal 214 82 188
Hex D6 52 BC

RGB Percentages of Color #d652bc

%44.21
%16.94
%38.84

CMYK Percentages of Color #d652bc

%0
%62
%12
%16

Triadic Colors of #d652bc

#d652bc #bcd652 #52bcd6

Analogous Colors of #d652bc

#d652bc #d6527a #ae52d6

Monochromatic Colors of #d652bc

#d652bc

Complementary Color

#d652bc #52d66c

#d652bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d652bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d652bc Color CSS Codes

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

#d652bc Text Font Color

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

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


#d652bc Background Color

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

This div background color is #d652bc


#d652bc Border Color

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

This div border color is #d652bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d652bc


Comments

No comments written yet.

Please login to write comment.