Color Hex Logo

#cf6470 Color Hex

#CF6470
(207,100,112)
0 Favorites   0 Comments

Color spaces of #cf6470

RGB 207100112
HSL0.980.530.60
HSV353°52°81°
CMYK 0.000.520.46   0.19
XYZ33.213923.549618.1242
Yxy23.54960.44350.3145
Hunter Lab48.527937.246611.8259
CIE-Lab55.634043.412113.4891

#cf6470 color RGB value is (207,100,112).

#cf6470 hex color red value is 207, green value is 100 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cf6470 hue: 0.98 , saturation: 0.53 and the lightness value of cf6470 is 0.60.

The process color (four color CMYK) of #cf6470 color hex is 0.00, 0.52, 0.46, 0.19. Web safe color of #cf6470 is #cc6666. Color #cf6470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100100 01110000
Octal 317 144 160
Decimal 207 100 112
Hex CF 64 70

RGB Percentages of Color #cf6470

%49.40
%23.87
%26.73

CMYK Percentages of Color #cf6470

%0
%52
%46
%19

Triadic Colors of #cf6470

#cf6470 #70cf64 #6470cf

Analogous Colors of #cf6470

#cf6470 #cf8e64 #cf64a6

Monochromatic Colors of #cf6470

#cf6470

Complementary Color

#cf6470 #64cfc3

#cf6470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6470 Color CSS Codes

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

#cf6470 Text Font Color

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

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


#cf6470 Background Color

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

This div background color is #cf6470


#cf6470 Border Color

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

This div border color is #cf6470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,100,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf6470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf6470;
  -webkit-box-shadow: 1px 1px 3px 2px #cf6470;
  box-shadow:         1px 1px 3px 2px #cf6470; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6470


Comments

No comments written yet.

Please login to write comment.