Color Hex Logo

#c184fb Color Hex

#C184FB
(193,132,251)
0 Favorites   0 Comments

Color spaces of #c184fb

RGB 193132251
HSL0.750.940.75
HSV271°47°98°
CMYK 0.230.470.00   0.02
XYZ47.656234.805095.4731
Yxy34.80500.26780.1956
Hunter Lab58.995840.9480-54.6522
CIE-Lab65.596645.5100-50.7435

#c184fb color RGB value is (193,132,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 11111011
Octal 301 204 373
Decimal 193 132 251
Hex C1 84 FB

RGB Percentages of Color #c184fb

%33.51
%22.92
%43.58

CMYK Percentages of Color #c184fb

%23
%47
%0
%2

Triadic Colors of #c184fb

#c184fb #fbc184 #84fbc1

Analogous Colors of #c184fb

#c184fb #fb84fa #8684fb

Monochromatic Colors of #c184fb

#c184fb

Complementary Color

#c184fb #befb84

#c184fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c184fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c184fb Color CSS Codes

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

#c184fb Text Font Color

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

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


#c184fb Background Color

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

This div background color is #c184fb


#c184fb Border Color

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

This div border color is #c184fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c184fb


Comments

No comments written yet.

Please login to write comment.