Color Hex Logo

#cf328c Color Hex

#CF328C
(207,50,140)
0 Favorites   0 Comments

Color spaces of #cf328c

RGB 20750140
HSL0.900.620.50
HSV326°76°81°
CMYK 0.000.760.32   0.19
XYZ31.606417.440126.5114
Yxy17.44010.41830.2308
Hunter Lab41.761362.0125-8.4062
CIE-Lab48.809867.0507-13.1469

#cf328c color RGB value is (207,50,140).

#cf328c hex color red value is 207, green value is 50 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cf328c hue: 0.90 , saturation: 0.62 and the lightness value of cf328c is 0.50.

The process color (four color CMYK) of #cf328c color hex is 0.00, 0.76, 0.32, 0.19. Web safe color of #cf328c is #cc3399. Color #cf328c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110010 10001100
Octal 317 62 214
Decimal 207 50 140
Hex CF 32 8C

RGB Percentages of Color #cf328c

%52.14
%12.59
%35.26

CMYK Percentages of Color #cf328c

%0
%76
%32
%19

Triadic Colors of #cf328c

#cf328c #8ccf32 #328ccf

Analogous Colors of #cf328c

#cf328c #cf323e #c432cf

Monochromatic Colors of #cf328c

#cf328c

Complementary Color

#cf328c #32cf75

#cf328c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf328c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf328c Color CSS Codes

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

#cf328c Text Font Color

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

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


#cf328c Background Color

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

This div background color is #cf328c


#cf328c Border Color

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

This div border color is #cf328c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf328c


Comments

No comments written yet.

Please login to write comment.