Color Hex Logo

#d063be Color Hex

#D063BE
(208,99,190)
0 Favorites   0 Comments

Color spaces of #d063be

RGB 20899190
HSL0.860.540.60
HSV310°52°82°
CMYK 0.000.520.09   0.18
XYZ39.768526.051351.6476
Yxy26.05130.33850.2218
Hunter Lab51.040549.7585-24.2669
CIE-Lab58.085754.6352-28.2428

#d063be color RGB value is (208,99,190).

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

The process color (four color CMYK) of #d063be color hex is 0.00, 0.52, 0.09, 0.18. Web safe color of #d063be is #cc66cc. Color #d063be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 10111110
Octal 320 143 276
Decimal 208 99 190
Hex D0 63 BE

RGB Percentages of Color #d063be

%41.85
%19.92
%38.23

CMYK Percentages of Color #d063be

%0
%52
%9
%18

Triadic Colors of #d063be

#d063be #bed063 #63bed0

Analogous Colors of #d063be

#d063be #d06388 #ac63d0

Monochromatic Colors of #d063be

#d063be

Complementary Color

#d063be #63d075

#d063be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d063be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d063be Color CSS Codes

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

#d063be Text Font Color

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

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


#d063be Background Color

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

This div background color is #d063be


#d063be Border Color

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

This div border color is #d063be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d063be


Comments

No comments written yet.

Please login to write comment.