Color Hex Logo

#c18def Color Hex

#C18DEF
(193,141,239)
0 Favorites   0 Comments

Color spaces of #c18def

RGB 193141239
HSL0.760.750.75
HSV272°41°94°
CMYK 0.190.410.00   0.06
XYZ47.097236.619286.2473
Yxy36.61920.27710.2155
Hunter Lab60.513833.0254-42.1434
CIE-Lab66.990437.9430-41.9643

#c18def color RGB value is (193,141,239).

#c18def hex color red value is 193, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c18def hue: 0.76 , saturation: 0.75 and the lightness value of c18def is 0.75.

The process color (four color CMYK) of #c18def color hex is 0.19, 0.41, 0.00, 0.06. Web safe color of #c18def is #cc99ff. Color #c18def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001101 11101111
Octal 301 215 357
Decimal 193 141 239
Hex C1 8D EF

RGB Percentages of Color #c18def

%33.68
%24.61
%41.71

CMYK Percentages of Color #c18def

%19
%41
%0
%6

Triadic Colors of #c18def

#c18def #efc18d #8defc1

Analogous Colors of #c18def

#c18def #ef8dec #908def

Monochromatic Colors of #c18def

#c18def

Complementary Color

#c18def #bbef8d

#c18def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18def Color CSS Codes

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

#c18def Text Font Color

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

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


#c18def Background Color

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

This div background color is #c18def


#c18def Border Color

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

This div border color is #c18def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18def


Comments

No comments written yet.

Please login to write comment.