Color Hex Logo

#c262ef Color Hex

#C262EF
(194,98,239)
0 Favorites   0 Comments

Color spaces of #c262ef

RGB 19498239
HSL0.780.820.66
HSV281°59°94°
CMYK 0.190.590.00   0.06
XYZ42.195826.436784.5402
Yxy26.43670.27550.1726
Hunter Lab51.416656.5095-61.4941
CIE-Lab58.449360.5269-55.4613

#c262ef color RGB value is (194,98,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100010 11101111
Octal 302 142 357
Decimal 194 98 239
Hex C2 62 EF

RGB Percentages of Color #c262ef

%36.53
%18.46
%45.01

CMYK Percentages of Color #c262ef

%19
%59
%0
%6

Triadic Colors of #c262ef

#c262ef #efc262 #62efc2

Analogous Colors of #c262ef

#c262ef #ef62d6 #7c62ef

Monochromatic Colors of #c262ef

#c262ef

Complementary Color

#c262ef #8fef62

#c262ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c262ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c262ef Color CSS Codes

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

#c262ef Text Font Color

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

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


#c262ef Background Color

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

This div background color is #c262ef


#c262ef Border Color

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

This div border color is #c262ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c262ef


Comments

No comments written yet.

Please login to write comment.