Color Hex Logo

#d260be Color Hex

#D260BE
(210,96,190)
0 Favorites   0 Comments

Color spaces of #d260be

RGB 21096190
HSL0.860.560.60
HSV311°54°82°
CMYK 0.000.540.10   0.18
XYZ40.055525.785151.5811
Yxy25.78510.34110.2196
Hunter Lab50.779051.9410-24.6812
CIE-Lab57.832556.6241-28.6124

#d260be color RGB value is (210,96,190).

#d260be hex color red value is 210, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d260be hue: 0.86 , saturation: 0.56 and the lightness value of d260be is 0.60.

The process color (four color CMYK) of #d260be color hex is 0.00, 0.54, 0.10, 0.18. Web safe color of #d260be is #cc66cc. Color #d260be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100000 10111110
Octal 322 140 276
Decimal 210 96 190
Hex D2 60 BE

RGB Percentages of Color #d260be

%42.34
%19.35
%38.31

CMYK Percentages of Color #d260be

%0
%54
%10
%18

Triadic Colors of #d260be

#d260be #bed260 #60bed2

Analogous Colors of #d260be

#d260be #d26085 #ad60d2

Monochromatic Colors of #d260be

#d260be

Complementary Color

#d260be #60d274

#d260be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d260be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d260be Color CSS Codes

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

#d260be Text Font Color

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

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


#d260be Background Color

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

This div background color is #d260be


#d260be Border Color

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

This div border color is #d260be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d260be


Comments

No comments written yet.

Please login to write comment.