Color Hex Logo

#c14bdf Color Hex

#C14BDF
(193,75,223)
0 Favorites   0 Comments

Color spaces of #c14bdf

RGB 19375223
HSL0.800.700.58
HSV288°66°87°
CMYK 0.130.660.00   0.13
XYZ37.827721.697372.0063
Yxy21.69730.28760.1650
Hunter Lab46.580463.4434-59.0473
CIE-Lab53.704467.3351-54.0677

#c14bdf color RGB value is (193,75,223).

#c14bdf hex color red value is 193, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c14bdf hue: 0.80 , saturation: 0.70 and the lightness value of c14bdf is 0.58.

The process color (four color CMYK) of #c14bdf color hex is 0.13, 0.66, 0.00, 0.13. Web safe color of #c14bdf is #cc33cc. Color #c14bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001011 11011111
Octal 301 113 337
Decimal 193 75 223
Hex C1 4B DF

RGB Percentages of Color #c14bdf

%39.31
%15.27
%45.42

CMYK Percentages of Color #c14bdf

%13
%66
%0
%13

Triadic Colors of #c14bdf

#c14bdf #dfc14b #4bdfc1

Analogous Colors of #c14bdf

#c14bdf #df4bb3 #774bdf

Monochromatic Colors of #c14bdf

#c14bdf

Complementary Color

#c14bdf #69df4b

#c14bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14bdf Color CSS Codes

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

#c14bdf Text Font Color

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

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


#c14bdf Background Color

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

This div background color is #c14bdf


#c14bdf Border Color

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

This div border color is #c14bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14bdf


Comments

No comments written yet.

Please login to write comment.