Color Hex Logo

#cf357f Color Hex

#CF357F
(207,53,127)
0 Favorites   0 Comments

Color spaces of #cf357f

RGB 20753127
HSL0.920.620.51
HSV331°74°81°
CMYK 0.000.740.39   0.19
XYZ30.836017.343921.8011
Yxy17.34390.44060.2478
Hunter Lab41.646059.2864-1.8853
CIE-Lab48.690564.7276-5.4693

#cf357f color RGB value is (207,53,127).

#cf357f hex color red value is 207, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cf357f hue: 0.92 , saturation: 0.62 and the lightness value of cf357f is 0.51.

The process color (four color CMYK) of #cf357f color hex is 0.00, 0.74, 0.39, 0.19. Web safe color of #cf357f is #cc3366. Color #cf357f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110101 01111111
Octal 317 65 177
Decimal 207 53 127
Hex CF 35 7F

RGB Percentages of Color #cf357f

%53.49
%13.70
%32.82

CMYK Percentages of Color #cf357f

%0
%74
%39
%19

Triadic Colors of #cf357f

#cf357f #7fcf35 #357fcf

Analogous Colors of #cf357f

#cf357f #cf3835 #cf35cc

Monochromatic Colors of #cf357f

#cf357f

Complementary Color

#cf357f #35cf85

#cf357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf357f Color CSS Codes

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

#cf357f Text Font Color

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

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


#cf357f Background Color

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

This div background color is #cf357f


#cf357f Border Color

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

This div border color is #cf357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf357f


Comments

No comments written yet.

Please login to write comment.