Color Hex Logo

#d70c66 Color Hex

#D70C66
(215,12,102)
0 Favorites   0 Comments

Color spaces of #d70c66

RGB 21512102
HSL0.930.890.45
HSV333°94°84°
CMYK 0.000.940.53   0.16
XYZ30.554115.669313.9845
Yxy15.66930.50750.2603
Hunter Lab39.584568.50616.7630
CIE-Lab46.537672.95706.9154

#d70c66 color RGB value is (215,12,102).

#d70c66 hex color red value is 215, green value is 12 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d70c66 hue: 0.93 , saturation: 0.89 and the lightness value of d70c66 is 0.45.

The process color (four color CMYK) of #d70c66 color hex is 0.00, 0.94, 0.53, 0.16. Web safe color of #d70c66 is #cc0066. Color #d70c66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001100 01100110
Octal 327 14 146
Decimal 215 12 102
Hex D7 C 66

RGB Percentages of Color #d70c66

%65.35
%3.65
%31.00

CMYK Percentages of Color #d70c66

%0
%94
%53
%16

Triadic Colors of #d70c66

#d70c66 #66d70c #0c66d7

Analogous Colors of #d70c66

#d70c66 #d7180c #d70ccc

Monochromatic Colors of #d70c66

#d70c66

Complementary Color

#d70c66 #0cd77d

#d70c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70c66 Color CSS Codes

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

#d70c66 Text Font Color

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

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


#d70c66 Background Color

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

This div background color is #d70c66


#d70c66 Border Color

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

This div border color is #d70c66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70c66


Comments

No comments written yet.

Please login to write comment.