Color Hex Logo

#cf609d Color Hex

#CF609D
(207,96,157)
0 Favorites   0 Comments

Color spaces of #cf609d

RGB 20796157
HSL0.910.540.59
HSV327°54°81°
CMYK 0.000.540.24   0.19
XYZ36.000824.065534.6459
Yxy24.06550.38010.2541
Hunter Lab49.056645.1454-7.5336
CIE-Lab56.153350.7605-12.1379

#cf609d color RGB value is (207,96,157).

#cf609d hex color red value is 207, green value is 96 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cf609d hue: 0.91 , saturation: 0.54 and the lightness value of cf609d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100000 10011101
Octal 317 140 235
Decimal 207 96 157
Hex CF 60 9D

RGB Percentages of Color #cf609d

%45.00
%20.87
%34.13

CMYK Percentages of Color #cf609d

%0
%54
%24
%19

Triadic Colors of #cf609d

#cf609d #9dcf60 #609dcf

Analogous Colors of #cf609d

#cf609d #cf6066 #ca60cf

Monochromatic Colors of #cf609d

#cf609d

Complementary Color

#cf609d #60cf92

#cf609d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf609d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf609d Color CSS Codes

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

#cf609d Text Font Color

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

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


#cf609d Background Color

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

This div background color is #cf609d


#cf609d Border Color

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

This div border color is #cf609d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf609d


Comments

No comments written yet.

Please login to write comment.