Color Hex Logo

#cf29ba Color Hex

#CF29BA
(207,41,186)
0 Favorites   0 Comments

Color spaces of #cf29ba

RGB 20741186
HSL0.850.670.49
HSV308°80°81°
CMYK 0.000.800.10   0.19
XYZ35.388018.396448.1401
Yxy18.39640.34720.1805
Hunter Lab42.891072.2153-36.5223
CIE-Lab49.973475.3336-38.6155

#cf29ba color RGB value is (207,41,186).

#cf29ba hex color red value is 207, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cf29ba hue: 0.85 , saturation: 0.67 and the lightness value of cf29ba is 0.49.

The process color (four color CMYK) of #cf29ba color hex is 0.00, 0.80, 0.10, 0.19. Web safe color of #cf29ba is #cc33cc. Color #cf29ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101001 10111010
Octal 317 51 272
Decimal 207 41 186
Hex CF 29 BA

RGB Percentages of Color #cf29ba

%47.70
%9.45
%42.86

CMYK Percentages of Color #cf29ba

%0
%80
%10
%19

Triadic Colors of #cf29ba

#cf29ba #bacf29 #29bacf

Analogous Colors of #cf29ba

#cf29ba #cf2967 #9129cf

Monochromatic Colors of #cf29ba

#cf29ba

Complementary Color

#cf29ba #29cf3e

#cf29ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf29ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf29ba Color CSS Codes

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

#cf29ba Text Font Color

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

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


#cf29ba Background Color

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

This div background color is #cf29ba


#cf29ba Border Color

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

This div border color is #cf29ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf29ba


Comments

No comments written yet.

Please login to write comment.