Color Hex Logo

#c261ef Color Hex

#C261EF
(194,97,239)
0 Favorites   0 Comments

Color spaces of #c261ef

RGB 19497239
HSL0.780.820.66
HSV281°59°94°
CMYK 0.190.590.00   0.06
XYZ42.102826.250784.5092
Yxy26.25070.27540.1717
Hunter Lab51.235457.0206-61.9298
CIE-Lab58.274361.0008-55.7406

#c261ef color RGB value is (194,97,239).

#c261ef hex color red value is 194, green value is 97 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c261ef hue: 0.78 , saturation: 0.82 and the lightness value of c261ef is 0.66.

The process color (four color CMYK) of #c261ef color hex is 0.19, 0.59, 0.00, 0.06. Web safe color of #c261ef is #cc66ff. Color #c261ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100001 11101111
Octal 302 141 357
Decimal 194 97 239
Hex C2 61 EF

RGB Percentages of Color #c261ef

%36.60
%18.30
%45.09

CMYK Percentages of Color #c261ef

%19
%59
%0
%6

Triadic Colors of #c261ef

#c261ef #efc261 #61efc2

Analogous Colors of #c261ef

#c261ef #ef61d5 #7b61ef

Monochromatic Colors of #c261ef

#c261ef

Complementary Color

#c261ef #8eef61

#c261ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c261ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c261ef Color CSS Codes

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

#c261ef Text Font Color

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

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


#c261ef Background Color

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

This div background color is #c261ef


#c261ef Border Color

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

This div border color is #c261ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c261ef


Comments

No comments written yet.

Please login to write comment.