Color Hex Logo

#cf7290 Color Hex

#CF7290
(207,114,144)
0 Favorites   0 Comments

Color spaces of #cf7290

RGB 207114144
HSL0.950.490.63
HSV341°45°81°
CMYK 0.000.450.30   0.19
XYZ36.783527.313629.7189
Yxy27.31360.39210.2911
Hunter Lab52.262434.17322.8686
CIE-Lab59.263539.95750.0305

#cf7290 color RGB value is (207,114,144).

#cf7290 hex color red value is 207, green value is 114 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cf7290 hue: 0.95 , saturation: 0.49 and the lightness value of cf7290 is 0.63.

The process color (four color CMYK) of #cf7290 color hex is 0.00, 0.45, 0.30, 0.19. Web safe color of #cf7290 is #cc6699. Color #cf7290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 10010000
Octal 317 162 220
Decimal 207 114 144
Hex CF 72 90

RGB Percentages of Color #cf7290

%44.52
%24.52
%30.97

CMYK Percentages of Color #cf7290

%0
%45
%30
%19

Triadic Colors of #cf7290

#cf7290 #90cf72 #7290cf

Analogous Colors of #cf7290

#cf7290 #cf8372 #cf72bf

Monochromatic Colors of #cf7290

#cf7290

Complementary Color

#cf7290 #72cfb1

#cf7290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7290 Color CSS Codes

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

#cf7290 Text Font Color

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

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


#cf7290 Background Color

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

This div background color is #cf7290


#cf7290 Border Color

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

This div border color is #cf7290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7290


Comments

No comments written yet.

Please login to write comment.