Color Hex Logo

#c14fbb Color Hex

#C14FBB
(193,79,187)
0 Favorites   0 Comments

Color spaces of #c14fbb

RGB 19379187
HSL0.840.480.53
HSV303°59°76°
CMYK 0.000.590.03   0.24
XYZ33.757920.517349.1947
Yxy20.51730.32630.1983
Hunter Lab45.296053.7632-32.6859
CIE-Lab52.417159.1903-35.5068

#c14fbb color RGB value is (193,79,187).

#c14fbb hex color red value is 193, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c14fbb hue: 0.84 , saturation: 0.48 and the lightness value of c14fbb is 0.53.

The process color (four color CMYK) of #c14fbb color hex is 0.00, 0.59, 0.03, 0.24. Web safe color of #c14fbb is #cc66cc. Color #c14fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 10111011
Octal 301 117 273
Decimal 193 79 187
Hex C1 4F BB

RGB Percentages of Color #c14fbb

%42.05
%17.21
%40.74

CMYK Percentages of Color #c14fbb

%0
%59
%3
%24

Triadic Colors of #c14fbb

#c14fbb #bbc14f #4fbbc1

Analogous Colors of #c14fbb

#c14fbb #c14f82 #8e4fc1

Monochromatic Colors of #c14fbb

#c14fbb

Complementary Color

#c14fbb #4fc155

#c14fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fbb Color CSS Codes

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

#c14fbb Text Font Color

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

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


#c14fbb Background Color

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

This div background color is #c14fbb


#c14fbb Border Color

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

This div border color is #c14fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fbb


Comments

No comments written yet.

Please login to write comment.