Color Hex Logo

#c18ffb Color Hex

#C18FFB
(193,143,251)
0 Favorites   0 Comments

Color spaces of #c18ffb

RGB 193143251
HSL0.740.930.77
HSV268°43°98°
CMYK 0.230.430.00   0.02
XYZ49.227437.947495.9968
Yxy37.94740.26880.2072
Hunter Lab61.601534.8416-49.2737
CIE-Lab67.981839.5469-46.9803

#c18ffb color RGB value is (193,143,251).

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

The process color (four color CMYK) of #c18ffb color hex is 0.23, 0.43, 0.00, 0.02. Web safe color of #c18ffb is #cc99ff. Color #c18ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001111 11111011
Octal 301 217 373
Decimal 193 143 251
Hex C1 8F FB

RGB Percentages of Color #c18ffb

%32.88
%24.36
%42.76

CMYK Percentages of Color #c18ffb

%23
%43
%0
%2

Triadic Colors of #c18ffb

#c18ffb #fbc18f #8ffbc1

Analogous Colors of #c18ffb

#c18ffb #f78ffb #8f93fb

Monochromatic Colors of #c18ffb

#c18ffb

Complementary Color

#c18ffb #c9fb8f

#c18ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18ffb Color CSS Codes

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

#c18ffb Text Font Color

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

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


#c18ffb Background Color

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

This div background color is #c18ffb


#c18ffb Border Color

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

This div border color is #c18ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18ffb


Comments

No comments written yet.

Please login to write comment.