Color Hex Logo

#c1afed Color Hex

#C1AFED
(193,175,237)
0 Favorites   0 Comments

Color spaces of #c1afed

RGB 193175237
HSL0.720.630.81
HSV257°26°93°
CMYK 0.190.260.00   0.07
XYZ52.608448.111886.6345
Yxy48.11180.28080.2568
Hunter Lab69.362713.9994-25.4998
CIE-Lab74.895418.7370-28.6115

#c1afed color RGB value is (193,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101111 11101101
Octal 301 257 355
Decimal 193 175 237
Hex C1 AF ED

RGB Percentages of Color #c1afed

%31.90
%28.93
%39.17

CMYK Percentages of Color #c1afed

%19
%26
%0
%7

Triadic Colors of #c1afed

#c1afed #edc1af #afedc1

Analogous Colors of #c1afed

#c1afed #e0afed #afbced

Monochromatic Colors of #c1afed

#c1afed

Complementary Color

#c1afed #dbedaf

#c1afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1afed Color CSS Codes

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

#c1afed Text Font Color

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

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


#c1afed Background Color

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

This div background color is #c1afed


#c1afed Border Color

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

This div border color is #c1afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1afed


Comments

No comments written yet.

Please login to write comment.