Color Hex Logo

#d00266 Color Hex

#D00266
(208,2,102)
0 Favorites   0 Comments

Color spaces of #d00266

RGB 2082102
HSL0.920.980.41
HSV331°99°82°
CMYK 0.000.990.51   0.18
XYZ28.432414.412613.8537
Yxy14.41260.50150.2542
Hunter Lab37.963967.24754.9388
CIE-Lab44.818972.24594.2678

#d00266 color RGB value is (208,2,102).

#d00266 hex color red value is 208, green value is 2 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d00266 hue: 0.92 , saturation: 0.98 and the lightness value of d00266 is 0.41.

The process color (four color CMYK) of #d00266 color hex is 0.00, 0.99, 0.51, 0.18. Web safe color of #d00266 is #cc0066. Color #d00266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000010 01100110
Octal 320 2 146
Decimal 208 2 102
Hex D0 2 66

RGB Percentages of Color #d00266

%66.67
%0.64
%32.69

CMYK Percentages of Color #d00266

%0
%99
%51
%18

Triadic Colors of #d00266

#d00266 #66d002 #0266d0

Analogous Colors of #d00266

#d00266 #d00502 #d002cd

Monochromatic Colors of #d00266

#d00266

Complementary Color

#d00266 #02d06c

#d00266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00266 Color CSS Codes

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

#d00266 Text Font Color

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

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


#d00266 Background Color

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

This div background color is #d00266


#d00266 Border Color

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

This div border color is #d00266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00266


Comments

No comments written yet.

Please login to write comment.