Color Hex Logo

#c761fb Color Hex

#C761FB
(199,97,251)
0 Favorites   0 Comments

Color spaces of #c761fb

RGB 19997251
HSL0.780.950.68
HSV280°61°98°
CMYK 0.210.610.00   0.02
XYZ45.240527.656594.2206
Yxy27.65650.27070.1655
Hunter Lab52.589461.5245-69.4129
CIE-Lab59.577164.6274-60.2810

#c761fb color RGB value is (199,97,251).

#c761fb hex color red value is 199, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c761fb hue: 0.78 , saturation: 0.95 and the lightness value of c761fb is 0.68.

The process color (four color CMYK) of #c761fb color hex is 0.21, 0.61, 0.00, 0.02. Web safe color of #c761fb is #cc66ff. Color #c761fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 11111011
Octal 307 141 373
Decimal 199 97 251
Hex C7 61 FB

RGB Percentages of Color #c761fb

%36.38
%17.73
%45.89

CMYK Percentages of Color #c761fb

%21
%61
%0
%2

Triadic Colors of #c761fb

#c761fb #fbc761 #61fbc7

Analogous Colors of #c761fb

#c761fb #fb61e2 #7a61fb

Monochromatic Colors of #c761fb

#c761fb

Complementary Color

#c761fb #95fb61

#c761fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761fb Color CSS Codes

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

#c761fb Text Font Color

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

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


#c761fb Background Color

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

This div background color is #c761fb


#c761fb Border Color

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

This div border color is #c761fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761fb


Comments

No comments written yet.

Please login to write comment.