Color Hex Logo

#cf4eae Color Hex

#CF4EAE
(207,78,174)
0 Favorites   0 Comments

Color spaces of #cf4eae

RGB 20778174
HSL0.880.570.56
HSV315°62°81°
CMYK 0.000.620.16   0.19
XYZ36.096521.770242.3440
Yxy21.77020.36020.2172
Hunter Lab46.658556.4407-21.1464
CIE-Lab53.782361.3005-25.6703

#cf4eae color RGB value is (207,78,174).

#cf4eae hex color red value is 207, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cf4eae hue: 0.88 , saturation: 0.57 and the lightness value of cf4eae is 0.56.

The process color (four color CMYK) of #cf4eae color hex is 0.00, 0.62, 0.16, 0.19. Web safe color of #cf4eae is #cc6699. Color #cf4eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001110 10101110
Octal 317 116 256
Decimal 207 78 174
Hex CF 4E AE

RGB Percentages of Color #cf4eae

%45.10
%16.99
%37.91

CMYK Percentages of Color #cf4eae

%0
%62
%16
%19

Triadic Colors of #cf4eae

#cf4eae #aecf4e #4eaecf

Analogous Colors of #cf4eae

#cf4eae #cf4e6e #b04ecf

Monochromatic Colors of #cf4eae

#cf4eae

Complementary Color

#cf4eae #4ecf6f

#cf4eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4eae Color CSS Codes

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

#cf4eae Text Font Color

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

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


#cf4eae Background Color

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

This div background color is #cf4eae


#cf4eae Border Color

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

This div border color is #cf4eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4eae


Comments

No comments written yet.

Please login to write comment.