Color Hex Logo

#c782fb Color Hex

#C782FB
(199,130,251)
0 Favorites   0 Comments

Color spaces of #c782fb

RGB 199130251
HSL0.760.940.75
HSV274°48°98°
CMYK 0.210.480.00   0.02
XYZ48.948435.072495.4566
Yxy35.07240.27270.1954
Hunter Lab59.222043.8962-54.1109
CIE-Lab65.805048.1698-50.3731

#c782fb color RGB value is (199,130,251).

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

The process color (four color CMYK) of #c782fb color hex is 0.21, 0.48, 0.00, 0.02. Web safe color of #c782fb is #cc99ff. Color #c782fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 11111011
Octal 307 202 373
Decimal 199 130 251
Hex C7 82 FB

RGB Percentages of Color #c782fb

%34.31
%22.41
%43.28

CMYK Percentages of Color #c782fb

%21
%48
%0
%2

Triadic Colors of #c782fb

#c782fb #fbc782 #82fbc7

Analogous Colors of #c782fb

#c782fb #fb82f3 #8b82fb

Monochromatic Colors of #c782fb

#c782fb

Complementary Color

#c782fb #b6fb82

#c782fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c782fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c782fb Color CSS Codes

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

#c782fb Text Font Color

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

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


#c782fb Background Color

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

This div background color is #c782fb


#c782fb Border Color

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

This div border color is #c782fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c782fb


Comments

No comments written yet.

Please login to write comment.