Color Hex Logo

#d65267 Color Hex

#D65267
(214,82,103)
0 Favorites   0 Comments

Color spaces of #d65267

RGB 21482103
HSL0.970.620.58
HSV350°62°84°
CMYK 0.000.620.52   0.16
XYZ33.197021.310015.1955
Yxy21.31000.47630.3057
Hunter Lab46.162847.579812.7973
CIE-Lab53.287153.468215.7200

#d65267 color RGB value is (214,82,103).

#d65267 hex color red value is 214, green value is 82 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d65267 hue: 0.97 , saturation: 0.62 and the lightness value of d65267 is 0.58.

The process color (four color CMYK) of #d65267 color hex is 0.00, 0.62, 0.52, 0.16. Web safe color of #d65267 is #cc6666. Color #d65267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 01100111
Octal 326 122 147
Decimal 214 82 103
Hex D6 52 67

RGB Percentages of Color #d65267

%53.63
%20.55
%25.81

CMYK Percentages of Color #d65267

%0
%62
%52
%16

Triadic Colors of #d65267

#d65267 #67d652 #5267d6

Analogous Colors of #d65267

#d65267 #d67f52 #d652a9

Monochromatic Colors of #d65267

#d65267

Complementary Color

#d65267 #52d6c1

#d65267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65267 Color CSS Codes

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

#d65267 Text Font Color

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

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


#d65267 Background Color

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

This div background color is #d65267


#d65267 Border Color

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

This div border color is #d65267


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,82,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d65267; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d65267;
  -webkit-box-shadow: 1px 1px 3px 2px #d65267;
  box-shadow:         1px 1px 3px 2px #d65267; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65267


Comments

No comments written yet.

Please login to write comment.