Color Hex Logo

#cf337c Color Hex

#CF337C
(207,51,124)
0 Favorites   0 Comments

Color spaces of #cf337c

RGB 20751124
HSL0.920.620.51
HSV332°75°81°
CMYK 0.000.750.40   0.19
XYZ30.554017.088320.7568
Yxy17.08830.44670.2498
Hunter Lab41.338059.5925-0.8343
CIE-Lab48.371165.0536-4.1210

#cf337c color RGB value is (207,51,124).

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

The process color (four color CMYK) of #cf337c color hex is 0.00, 0.75, 0.40, 0.19. Web safe color of #cf337c is #cc3366. Color #cf337c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110011 01111100
Octal 317 63 174
Decimal 207 51 124
Hex CF 33 7C

RGB Percentages of Color #cf337c

%54.19
%13.35
%32.46

CMYK Percentages of Color #cf337c

%0
%75
%40
%19

Triadic Colors of #cf337c

#cf337c #7ccf33 #337ccf

Analogous Colors of #cf337c

#cf337c #cf3833 #cf33ca

Monochromatic Colors of #cf337c

#cf337c

Complementary Color

#cf337c #33cf86

#cf337c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf337c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf337c Color CSS Codes

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

#cf337c Text Font Color

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

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


#cf337c Background Color

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

This div background color is #cf337c


#cf337c Border Color

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

This div border color is #cf337c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf337c


Comments

No comments written yet.

Please login to write comment.