Color Hex Logo

#c14ddf Color Hex

#C14DDF
(193,77,223)
0 Favorites   0 Comments

Color spaces of #c14ddf

RGB 19377223
HSL0.800.700.59
HSV288°65°87°
CMYK 0.130.650.00   0.13
XYZ37.965521.972972.0522
Yxy21.97290.28760.1665
Hunter Lab46.875362.5401-58.3223
CIE-Lab53.998266.5144-53.5980

#c14ddf color RGB value is (193,77,223).

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

The process color (four color CMYK) of #c14ddf color hex is 0.13, 0.65, 0.00, 0.13. Web safe color of #c14ddf is #cc66cc. Color #c14ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001101 11011111
Octal 301 115 337
Decimal 193 77 223
Hex C1 4D DF

RGB Percentages of Color #c14ddf

%39.15
%15.62
%45.23

CMYK Percentages of Color #c14ddf

%13
%65
%0
%13

Triadic Colors of #c14ddf

#c14ddf #dfc14d #4ddfc1

Analogous Colors of #c14ddf

#c14ddf #df4db4 #784ddf

Monochromatic Colors of #c14ddf

#c14ddf

Complementary Color

#c14ddf #6bdf4d

#c14ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14ddf Color CSS Codes

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

#c14ddf Text Font Color

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

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


#c14ddf Background Color

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

This div background color is #c14ddf


#c14ddf Border Color

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

This div border color is #c14ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14ddf


Comments

No comments written yet.

Please login to write comment.