Color Hex Logo

#c14db6 Color Hex

#C14DB6
(193,77,182)
0 Favorites   0 Comments

Color spaces of #c14db6

RGB 19377182
HSL0.850.480.53
HSV306°60°76°
CMYK 0.000.600.06   0.24
XYZ33.089720.022646.3767
Yxy20.02260.33260.2013
Hunter Lab44.746653.6925-30.1272
CIE-Lab51.862859.2279-33.4745

#c14db6 color RGB value is (193,77,182).

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

The process color (four color CMYK) of #c14db6 color hex is 0.00, 0.60, 0.06, 0.24. Web safe color of #c14db6 is #cc66cc. Color #c14db6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001101 10110110
Octal 301 115 266
Decimal 193 77 182
Hex C1 4D B6

RGB Percentages of Color #c14db6

%42.70
%17.04
%40.27

CMYK Percentages of Color #c14db6

%0
%60
%6
%24

Triadic Colors of #c14db6

#c14db6 #b6c14d #4db6c1

Analogous Colors of #c14db6

#c14db6 #c14d7c #924dc1

Monochromatic Colors of #c14db6

#c14db6

Complementary Color

#c14db6 #4dc158

#c14db6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14db6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14db6 Color CSS Codes

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

#c14db6 Text Font Color

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

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


#c14db6 Background Color

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

This div background color is #c14db6


#c14db6 Border Color

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

This div border color is #c14db6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14db6


Comments

No comments written yet.

Please login to write comment.