Color Hex Logo

#dc65be Color Hex

#DC65BE
(220,101,190)
0 Favorites   0 Comments

Color spaces of #dc65be

RGB 220101190
HSL0.880.630.63
HSV315°54°86°
CMYK 0.000.540.14   0.14
XYZ43.463128.240751.8754
Yxy28.24070.35170.2285
Hunter Lab53.142052.9909-20.6775
CIE-Lab60.105657.1686-24.9893

#dc65be color RGB value is (220,101,190).

#dc65be hex color red value is 220, green value is 101 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc65be hue: 0.88 , saturation: 0.63 and the lightness value of dc65be is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 10111110
Octal 334 145 276
Decimal 220 101 190
Hex DC 65 BE

RGB Percentages of Color #dc65be

%43.05
%19.77
%37.18

CMYK Percentages of Color #dc65be

%0
%54
%14
%14

Triadic Colors of #dc65be

#dc65be #bedc65 #65bedc

Analogous Colors of #dc65be

#dc65be #dc6583 #bf65dc

Monochromatic Colors of #dc65be

#dc65be

Complementary Color

#dc65be #65dc83

#dc65be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc65be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc65be Color CSS Codes

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

#dc65be Text Font Color

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

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


#dc65be Background Color

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

This div background color is #dc65be


#dc65be Border Color

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

This div border color is #dc65be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc65be


Comments

No comments written yet.

Please login to write comment.