Color Hex Logo

#c084fb Color Hex

#C084FB
(192,132,251)
0 Favorites   0 Comments

Color spaces of #c084fb

RGB 192132251
HSL0.750.940.75
HSV270°47°98°
CMYK 0.240.470.00   0.02
XYZ47.402134.674095.4612
Yxy34.67400.26700.1953
Hunter Lab58.884640.6443-54.8991
CIE-Lab65.494145.2445-50.9122

#c084fb color RGB value is (192,132,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 11111011
Octal 300 204 373
Decimal 192 132 251
Hex C0 84 FB

RGB Percentages of Color #c084fb

%33.39
%22.96
%43.65

CMYK Percentages of Color #c084fb

%24
%47
%0
%2

Triadic Colors of #c084fb

#c084fb #fbc084 #84fbc0

Analogous Colors of #c084fb

#c084fb #fb84fb #8584fb

Monochromatic Colors of #c084fb

#c084fb

Complementary Color

#c084fb #bffb84

#c084fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084fb Color CSS Codes

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

#c084fb Text Font Color

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

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


#c084fb Background Color

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

This div background color is #c084fb


#c084fb Border Color

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

This div border color is #c084fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084fb

Related Colors


Comments

No comments written yet.

Please login to write comment.