Color Hex Logo

#c18fbb Color Hex

#C18FBB
(193,143,187)
0 Favorites   0 Comments

Color spaces of #c18fbb

RGB 193143187
HSL0.850.290.66
HSV307°26°76°
CMYK 0.000.260.03   0.24
XYZ40.784434.570251.5369
Yxy34.57020.32140.2724
Hunter Lab58.796420.9236-10.8120
CIE-Lab65.412726.2112-15.4986

#c18fbb color RGB value is (193,143,187).

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

The process color (four color CMYK) of #c18fbb color hex is 0.00, 0.26, 0.03, 0.24. Web safe color of #c18fbb is #cc99cc. Color #c18fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001111 10111011
Octal 301 217 273
Decimal 193 143 187
Hex C1 8F BB

RGB Percentages of Color #c18fbb

%36.90
%27.34
%35.76

CMYK Percentages of Color #c18fbb

%0
%26
%3
%24

Triadic Colors of #c18fbb

#c18fbb #bbc18f #8fbbc1

Analogous Colors of #c18fbb

#c18fbb #c18fa2 #ae8fc1

Monochromatic Colors of #c18fbb

#c18fbb

Complementary Color

#c18fbb #8fc195

#c18fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18fbb Color CSS Codes

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

#c18fbb Text Font Color

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

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


#c18fbb Background Color

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

This div background color is #c18fbb


#c18fbb Border Color

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

This div border color is #c18fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,143,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18fbb


Comments

No comments written yet.

Please login to write comment.