Color Hex Logo

#cf36ad Color Hex

#CF36AD
(207,54,173)
0 Favorites   0 Comments

Color spaces of #cf36ad

RGB 20754173
HSL0.870.610.51
HSV313°74°81°
CMYK 0.000.740.16   0.19
XYZ34.594118.920941.3639
Yxy18.92090.36460.1994
Hunter Lab43.498265.8393-25.9322
CIE-Lab50.594569.9461-30.0314

#cf36ad color RGB value is (207,54,173).

#cf36ad hex color red value is 207, green value is 54 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf36ad hue: 0.87 , saturation: 0.61 and the lightness value of cf36ad is 0.51.

The process color (four color CMYK) of #cf36ad color hex is 0.00, 0.74, 0.16, 0.19. Web safe color of #cf36ad is #cc3399. Color #cf36ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110110 10101101
Octal 317 66 255
Decimal 207 54 173
Hex CF 36 AD

RGB Percentages of Color #cf36ad

%47.70
%12.44
%39.86

CMYK Percentages of Color #cf36ad

%0
%74
%16
%19

Triadic Colors of #cf36ad

#cf36ad #adcf36 #36adcf

Analogous Colors of #cf36ad

#cf36ad #cf3661 #a536cf

Monochromatic Colors of #cf36ad

#cf36ad

Complementary Color

#cf36ad #36cf58

#cf36ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf36ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf36ad Color CSS Codes

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

#cf36ad Text Font Color

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

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


#cf36ad Background Color

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

This div background color is #cf36ad


#cf36ad Border Color

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

This div border color is #cf36ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf36ad


Comments

No comments written yet.

Please login to write comment.