Color Hex Logo

#cf398a Color Hex

#CF398A
(207,57,138)
0 Favorites   0 Comments

Color spaces of #cf398a

RGB 20757138
HSL0.910.610.52
HSV328°72°81°
CMYK 0.000.720.33   0.19
XYZ31.782718.026625.8491
Yxy18.02660.42010.2383
Hunter Lab42.457759.3191-6.3765
CIE-Lab49.528464.5965-10.8594

#cf398a color RGB value is (207,57,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111001 10001010
Octal 317 71 212
Decimal 207 57 138
Hex CF 39 8A

RGB Percentages of Color #cf398a

%51.49
%14.18
%34.33

CMYK Percentages of Color #cf398a

%0
%72
%33
%19

Triadic Colors of #cf398a

#cf398a #8acf39 #398acf

Analogous Colors of #cf398a

#cf398a #cf393f #c939cf

Monochromatic Colors of #cf398a

#cf398a

Complementary Color

#cf398a #39cf7e

#cf398a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf398a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf398a Color CSS Codes

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

#cf398a Text Font Color

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

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


#cf398a Background Color

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

This div background color is #cf398a


#cf398a Border Color

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

This div border color is #cf398a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf398a


Comments

No comments written yet.

Please login to write comment.