Color Hex Logo

#d3065b Color Hex

#D3065B
(211,6,91)
0 Favorites   0 Comments

Color spaces of #d3065b

RGB 211691
HSL0.930.940.43
HSV335°97°83°
CMYK 0.000.970.57   0.17
XYZ28.817414.734511.2227
Yxy14.73450.52610.2690
Hunter Lab38.385566.83169.5354
CIE-Lab45.268471.811211.8626

#d3065b color RGB value is (211,6,91).

#d3065b hex color red value is 211, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d3065b hue: 0.93 , saturation: 0.94 and the lightness value of d3065b is 0.43.

The process color (four color CMYK) of #d3065b color hex is 0.00, 0.97, 0.57, 0.17. Web safe color of #d3065b is #cc0066. Color #d3065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000110 01011011
Octal 323 6 133
Decimal 211 6 91
Hex D3 6 5B

RGB Percentages of Color #d3065b

%68.51
%1.95
%29.55

CMYK Percentages of Color #d3065b

%0
%97
%57
%17

Triadic Colors of #d3065b

#d3065b #5bd306 #065bd3

Analogous Colors of #d3065b

#d3065b #d31706 #d306c2

Monochromatic Colors of #d3065b

#d3065b

Complementary Color

#d3065b #06d37e

#d3065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3065b Color CSS Codes

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

#d3065b Text Font Color

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

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


#d3065b Background Color

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

This div background color is #d3065b


#d3065b Border Color

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

This div border color is #d3065b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,6,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3065b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3065b;
  -webkit-box-shadow: 1px 1px 3px 2px #d3065b;
  box-shadow:         1px 1px 3px 2px #d3065b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3065b


Comments

No comments written yet.

Please login to write comment.