Color Hex Logo

#cf3993 Color Hex

#CF3993
(207,57,147)
0 Favorites   0 Comments

Color spaces of #cf3993

RGB 20757147
HSL0.900.610.52
HSV324°72°81°
CMYK 0.000.720.29   0.19
XYZ32.461718.298229.4248
Yxy18.29820.40480.2282
Hunter Lab42.776460.5995-10.8406
CIE-Lab49.855865.6391-15.7602

#cf3993 color RGB value is (207,57,147).

#cf3993 hex color red value is 207, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cf3993 hue: 0.90 , saturation: 0.61 and the lightness value of cf3993 is 0.52.

The process color (four color CMYK) of #cf3993 color hex is 0.00, 0.72, 0.29, 0.19. Web safe color of #cf3993 is #cc3399. Color #cf3993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111001 10010011
Octal 317 71 223
Decimal 207 57 147
Hex CF 39 93

RGB Percentages of Color #cf3993

%50.36
%13.87
%35.77

CMYK Percentages of Color #cf3993

%0
%72
%29
%19

Triadic Colors of #cf3993

#cf3993 #93cf39 #3993cf

Analogous Colors of #cf3993

#cf3993 #cf3948 #c039cf

Monochromatic Colors of #cf3993

#cf3993

Complementary Color

#cf3993 #39cf75

#cf3993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf3993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf3993 Color CSS Codes

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

#cf3993 Text Font Color

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

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


#cf3993 Background Color

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

This div background color is #cf3993


#cf3993 Border Color

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

This div border color is #cf3993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf3993


Comments

No comments written yet.

Please login to write comment.