Color Hex Logo

#c18dee Color Hex

#C18DEE
(193,141,238)
0 Favorites   0 Comments

Color spaces of #c18dee

RGB 193141238
HSL0.760.740.74
HSV272°41°93°
CMYK 0.190.410.00   0.07
XYZ46.949836.560385.4712
Yxy36.56030.27780.2164
Hunter Lab60.465132.7873-41.4845
CIE-Lab66.945837.7217-41.4844

#c18dee color RGB value is (193,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001101 11101110
Octal 301 215 356
Decimal 193 141 238
Hex C1 8D EE

RGB Percentages of Color #c18dee

%33.74
%24.65
%41.61

CMYK Percentages of Color #c18dee

%19
%41
%0
%7

Triadic Colors of #c18dee

#c18dee #eec18d #8deec1

Analogous Colors of #c18dee

#c18dee #ee8deb #918dee

Monochromatic Colors of #c18dee

#c18dee

Complementary Color

#c18dee #baee8d

#c18dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18dee Color CSS Codes

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

#c18dee Text Font Color

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

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


#c18dee Background Color

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

This div background color is #c18dee


#c18dee Border Color

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

This div border color is #c18dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18dee


Comments

No comments written yet.

Please login to write comment.