Color Hex Logo

#c246fd Color Hex

#C246FD
(194,70,253)
0 Favorites   0 Comments

Color spaces of #c246fd

RGB 19470253
HSL0.780.980.63
HSV281°72°99°
CMYK 0.230.720.00   0.01
XYZ42.167922.941595.1342
Yxy22.94150.26310.1432
Hunter Lab47.897373.3279-84.2345
CIE-Lab55.012075.2585-68.7659

#c246fd color RGB value is (194,70,253).

#c246fd hex color red value is 194, green value is 70 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c246fd hue: 0.78 , saturation: 0.98 and the lightness value of c246fd is 0.63.

The process color (four color CMYK) of #c246fd color hex is 0.23, 0.72, 0.00, 0.01. Web safe color of #c246fd is #cc33ff. Color #c246fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 11111101
Octal 302 106 375
Decimal 194 70 253
Hex C2 46 FD

RGB Percentages of Color #c246fd

%37.52
%13.54
%48.94

CMYK Percentages of Color #c246fd

%23
%72
%0
%1

Triadic Colors of #c246fd

#c246fd #fdc246 #46fdc2

Analogous Colors of #c246fd

#c246fd #fd46dd #6746fd

Monochromatic Colors of #c246fd

#c246fd

Complementary Color

#c246fd #81fd46

#c246fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c246fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c246fd Color CSS Codes

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

#c246fd Text Font Color

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

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


#c246fd Background Color

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

This div background color is #c246fd


#c246fd Border Color

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

This div border color is #c246fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c246fd


Comments

No comments written yet.

Please login to write comment.