Color Hex Logo

#c18fdd Color Hex

#C18FDD
(193,143,221)
0 Favorites   0 Comments

Color spaces of #c18fdd

RGB 193143221
HSL0.770.530.71
HSV278°35°87°
CMYK 0.130.350.00   0.13
XYZ44.865936.202873.0298
Yxy36.20280.29120.2349
Hunter Lab60.168827.8063-29.8451
CIE-Lab66.674632.9544-32.5269

#c18fdd color RGB value is (193,143,221).

#c18fdd hex color red value is 193, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c18fdd hue: 0.77 , saturation: 0.53 and the lightness value of c18fdd is 0.71.

The process color (four color CMYK) of #c18fdd color hex is 0.13, 0.35, 0.00, 0.13. Web safe color of #c18fdd is #cc99cc. Color #c18fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001111 11011101
Octal 301 217 335
Decimal 193 143 221
Hex C1 8F DD

RGB Percentages of Color #c18fdd

%34.65
%25.67
%39.68

CMYK Percentages of Color #c18fdd

%13
%35
%0
%13

Triadic Colors of #c18fdd

#c18fdd #ddc18f #8fddc1

Analogous Colors of #c18fdd

#c18fdd #dd8fd2 #9a8fdd

Monochromatic Colors of #c18fdd

#c18fdd

Complementary Color

#c18fdd #abdd8f

#c18fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18fdd Color CSS Codes

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

#c18fdd Text Font Color

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

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


#c18fdd Background Color

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

This div background color is #c18fdd


#c18fdd Border Color

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

This div border color is #c18fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18fdd


Comments

No comments written yet.

Please login to write comment.