Color Hex Logo

#cf738d Color Hex

#CF738D
(207,115,141)
0 Favorites   0 Comments

Color spaces of #cf738d

RGB 207115141
HSL0.950.490.63
HSV343°44°81°
CMYK 0.000.440.32   0.19
XYZ36.670627.450028.5649
Yxy27.45000.39560.2962
Hunter Lab52.392733.24804.3496
CIE-Lab59.388639.04531.9476

#cf738d color RGB value is (207,115,141).

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

The process color (four color CMYK) of #cf738d color hex is 0.00, 0.44, 0.32, 0.19. Web safe color of #cf738d is #cc6699. Color #cf738d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110011 10001101
Octal 317 163 215
Decimal 207 115 141
Hex CF 73 8D

RGB Percentages of Color #cf738d

%44.71
%24.84
%30.45

CMYK Percentages of Color #cf738d

%0
%44
%32
%19

Triadic Colors of #cf738d

#cf738d #8dcf73 #738dcf

Analogous Colors of #cf738d

#cf738d #cf8773 #cf73bb

Monochromatic Colors of #cf738d

#cf738d

Complementary Color

#cf738d #73cfb5

#cf738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf738d Color CSS Codes

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

#cf738d Text Font Color

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

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


#cf738d Background Color

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

This div background color is #cf738d


#cf738d Border Color

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

This div border color is #cf738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf738d


Comments

No comments written yet.

Please login to write comment.