Color Hex Logo

#cf759d Color Hex

#CF759D
(207,117,157)
0 Favorites   0 Comments

Color spaces of #cf759d

RGB 207117157
HSL0.930.480.64
HSV333°43°81°
CMYK 0.000.430.24   0.19
XYZ38.179228.422335.3721
Yxy28.42230.37440.2787
Hunter Lab53.312634.5338-2.0192
CIE-Lab60.268440.1776-5.9904

#cf759d color RGB value is (207,117,157).

#cf759d hex color red value is 207, green value is 117 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cf759d hue: 0.93 , saturation: 0.48 and the lightness value of cf759d is 0.64.

The process color (four color CMYK) of #cf759d color hex is 0.00, 0.43, 0.24, 0.19. Web safe color of #cf759d is #cc6699. Color #cf759d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110101 10011101
Octal 317 165 235
Decimal 207 117 157
Hex CF 75 9D

RGB Percentages of Color #cf759d

%43.04
%24.32
%32.64

CMYK Percentages of Color #cf759d

%0
%43
%24
%19

Triadic Colors of #cf759d

#cf759d #9dcf75 #759dcf

Analogous Colors of #cf759d

#cf759d #cf7a75 #cf75ca

Monochromatic Colors of #cf759d

#cf759d

Complementary Color

#cf759d #75cfa7

#cf759d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf759d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf759d Color CSS Codes

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

#cf759d Text Font Color

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

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


#cf759d Background Color

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

This div background color is #cf759d


#cf759d Border Color

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

This div border color is #cf759d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf759d


Comments

No comments written yet.

Please login to write comment.