Color Hex Logo

#c17bfb Color Hex

#C17BFB
(193,123,251)
0 Favorites   0 Comments

Color spaces of #c17bfb

RGB 193123251
HSL0.760.940.73
HSV273°51°98°
CMYK 0.230.510.00   0.02
XYZ46.487932.468495.0836
Yxy32.46840.26710.1866
Hunter Lab56.981045.9121-59.0498
CIE-Lab63.728150.2907-53.7042

#c17bfb color RGB value is (193,123,251).

#c17bfb hex color red value is 193, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c17bfb hue: 0.76 , saturation: 0.94 and the lightness value of c17bfb is 0.73.

The process color (four color CMYK) of #c17bfb color hex is 0.23, 0.51, 0.00, 0.02. Web safe color of #c17bfb is #cc66ff. Color #c17bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111011 11111011
Octal 301 173 373
Decimal 193 123 251
Hex C1 7B FB

RGB Percentages of Color #c17bfb

%34.04
%21.69
%44.27

CMYK Percentages of Color #c17bfb

%23
%51
%0
%2

Triadic Colors of #c17bfb

#c17bfb #fbc17b #7bfbc1

Analogous Colors of #c17bfb

#c17bfb #fb7bf5 #817bfb

Monochromatic Colors of #c17bfb

#c17bfb

Complementary Color

#c17bfb #b5fb7b

#c17bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17bfb Color CSS Codes

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

#c17bfb Text Font Color

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

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


#c17bfb Background Color

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

This div background color is #c17bfb


#c17bfb Border Color

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

This div border color is #c17bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17bfb


Comments

No comments written yet.

Please login to write comment.