Color Hex Logo

#d02761 Color Hex

#D02761
(208,39,97)
0 Favorites   0 Comments

Color spaces of #d02761

RGB 2083997
HSL0.940.680.48
HSV339°81°82°
CMYK 0.000.810.53   0.18
XYZ28.895615.724012.8213
Yxy15.72400.50300.2737
Hunter Lab39.653560.67988.5870
CIE-Lab46.610366.33079.9199

#d02761 color RGB value is (208,39,97).

#d02761 hex color red value is 208, green value is 39 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d02761 hue: 0.94 , saturation: 0.68 and the lightness value of d02761 is 0.48.

The process color (four color CMYK) of #d02761 color hex is 0.00, 0.81, 0.53, 0.18. Web safe color of #d02761 is #cc3366. Color #d02761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 01100001
Octal 320 47 141
Decimal 208 39 97
Hex D0 27 61

RGB Percentages of Color #d02761

%60.47
%11.34
%28.20

CMYK Percentages of Color #d02761

%0
%81
%53
%18

Triadic Colors of #d02761

#d02761 #61d027 #2761d0

Analogous Colors of #d02761

#d02761 #d04227 #d027b6

Monochromatic Colors of #d02761

#d02761

Complementary Color

#d02761 #27d096

#d02761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02761 Color CSS Codes

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

#d02761 Text Font Color

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

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


#d02761 Background Color

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

This div background color is #d02761


#d02761 Border Color

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

This div border color is #d02761


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,39,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02761


Comments

No comments written yet.

Please login to write comment.