Color Hex Logo

#c18fed Color Hex

#C18FED
(193,143,237)
0 Favorites   0 Comments

Color spaces of #c18fed

RGB 193143237
HSL0.760.720.75
HSV272°40°93°
CMYK 0.190.400.00   0.07
XYZ47.100837.096884.7987
Yxy37.09680.27870.2195
Hunter Lab60.907131.4504-39.9122
CIE-Lab67.349636.4047-40.3031

#c18fed color RGB value is (193,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001111 11101101
Octal 301 217 355
Decimal 193 143 237
Hex C1 8F ED

RGB Percentages of Color #c18fed

%33.68
%24.96
%41.36

CMYK Percentages of Color #c18fed

%19
%40
%0
%7

Triadic Colors of #c18fed

#c18fed #edc18f #8fedc1

Analogous Colors of #c18fed

#c18fed #ed8fea #928fed

Monochromatic Colors of #c18fed

#c18fed

Complementary Color

#c18fed #bbed8f

#c18fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18fed Color CSS Codes

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

#c18fed Text Font Color

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

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


#c18fed Background Color

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

This div background color is #c18fed


#c18fed Border Color

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

This div border color is #c18fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18fed


Comments

No comments written yet.

Please login to write comment.