Color Hex Logo

#c761fc Color Hex

#C761FC
(199,97,252)
0 Favorites   0 Comments

Color spaces of #c761fc

RGB 19997252
HSL0.780.960.68
HSV279°62°99°
CMYK 0.210.620.00   0.01
XYZ45.398627.719895.0531
Yxy27.71980.27000.1648
Hunter Lab52.649661.7799-70.1869
CIE-Lab59.634764.8333-60.7413

#c761fc color RGB value is (199,97,252).

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

The process color (four color CMYK) of #c761fc color hex is 0.21, 0.62, 0.00, 0.01. Web safe color of #c761fc is #cc66ff. Color #c761fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 11111100
Octal 307 141 374
Decimal 199 97 252
Hex C7 61 FC

RGB Percentages of Color #c761fc

%36.31
%17.70
%45.99

CMYK Percentages of Color #c761fc

%21
%62
%0
%1

Triadic Colors of #c761fc

#c761fc #fcc761 #61fcc7

Analogous Colors of #c761fc

#c761fc #fc61e4 #7a61fc

Monochromatic Colors of #c761fc

#c761fc

Complementary Color

#c761fc #96fc61

#c761fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761fc Color CSS Codes

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

#c761fc Text Font Color

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

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


#c761fc Background Color

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

This div background color is #c761fc


#c761fc Border Color

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

This div border color is #c761fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,97,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c761fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761fc


Comments

No comments written yet.

Please login to write comment.