Color Hex Logo

#cf4acc Color Hex

#CF4ACC
(207,74,204)
0 Favorites   0 Comments

Color spaces of #cf4acc

RGB 20774204
HSL0.840.580.55
HSV301°64°81°
CMYK 0.000.640.01   0.19
XYZ39.080022.522659.4143
Yxy22.52260.32290.1861
Hunter Lab47.458063.9371-41.0066
CIE-Lab54.577267.5875-41.7485

#cf4acc color RGB value is (207,74,204).

#cf4acc hex color red value is 207, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cf4acc hue: 0.84 , saturation: 0.58 and the lightness value of cf4acc is 0.55.

The process color (four color CMYK) of #cf4acc color hex is 0.00, 0.64, 0.01, 0.19. Web safe color of #cf4acc is #cc33cc. Color #cf4acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001010 11001100
Octal 317 112 314
Decimal 207 74 204
Hex CF 4A CC

RGB Percentages of Color #cf4acc

%42.68
%15.26
%42.06

CMYK Percentages of Color #cf4acc

%0
%64
%1
%19

Triadic Colors of #cf4acc

#cf4acc #cccf4a #4acccf

Analogous Colors of #cf4acc

#cf4acc #cf4a8a #904acf

Monochromatic Colors of #cf4acc

#cf4acc

Complementary Color

#cf4acc #4acf4d

#cf4acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4acc Color CSS Codes

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

#cf4acc Text Font Color

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

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


#cf4acc Background Color

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

This div background color is #cf4acc


#cf4acc Border Color

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

This div border color is #cf4acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4acc


Comments

No comments written yet.

Please login to write comment.