Color Hex Logo

#c18fae Color Hex

#C18FAE
(193,143,174)
0 Favorites   0 Comments

Color spaces of #c18fae

RGB 193143174
HSL0.900.290.66
HSV323°26°76°
CMYK 0.000.260.10   0.24
XYZ39.454834.038444.5350
Yxy34.03840.33430.2884
Hunter Lab58.342418.6136-4.4186
CIE-Lab64.993023.8763-8.8172

#c18fae color RGB value is (193,143,174).

#c18fae hex color red value is 193, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c18fae hue: 0.90 , saturation: 0.29 and the lightness value of c18fae is 0.66.

The process color (four color CMYK) of #c18fae color hex is 0.00, 0.26, 0.10, 0.24. Web safe color of #c18fae is #cc9999. Color #c18fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001111 10101110
Octal 301 217 256
Decimal 193 143 174
Hex C1 8F AE

RGB Percentages of Color #c18fae

%37.84
%28.04
%34.12

CMYK Percentages of Color #c18fae

%0
%26
%10
%24

Triadic Colors of #c18fae

#c18fae #aec18f #8faec1

Analogous Colors of #c18fae

#c18fae #c18f95 #bb8fc1

Monochromatic Colors of #c18fae

#c18fae

Complementary Color

#c18fae #8fc1a2

#c18fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18fae Color CSS Codes

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

#c18fae Text Font Color

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

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


#c18fae Background Color

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

This div background color is #c18fae


#c18fae Border Color

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

This div border color is #c18fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,143,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 #c18fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18fae


Comments

No comments written yet.

Please login to write comment.