Color Hex Logo

#d852be Color Hex

#D852BE
(216,82,190)
0 Favorites   0 Comments

Color spaces of #d852be

RGB 21682190
HSL0.870.630.58
HSV312°62°85°
CMYK 0.000.620.12   0.15
XYZ40.630524.351251.2740
Yxy24.35120.34950.2095
Hunter Lab49.346960.6134-27.0625
CIE-Lab56.437764.4213-30.7072

#d852be color RGB value is (216,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010010 10111110
Octal 330 122 276
Decimal 216 82 190
Hex D8 52 BE

RGB Percentages of Color #d852be

%44.26
%16.80
%38.93

CMYK Percentages of Color #d852be

%0
%62
%12
%15

Triadic Colors of #d852be

#d852be #bed852 #52bed8

Analogous Colors of #d852be

#d852be #d8527b #af52d8

Monochromatic Colors of #d852be

#d852be

Complementary Color

#d852be #52d86c

#d852be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d852be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d852be Color CSS Codes

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

#d852be Text Font Color

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

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


#d852be Background Color

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

This div background color is #d852be


#d852be Border Color

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

This div border color is #d852be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d852be


Comments

No comments written yet.

Please login to write comment.