Color Hex Logo

#c231fc Color Hex

#C231FC
(194,49,252)
0 Favorites   0 Comments

Color spaces of #c231fc

RGB 19449252
HSL0.790.970.59
HSV283°81°99°
CMYK 0.230.810.00   0.01
XYZ40.917120.694293.9333
Yxy20.69420.26310.1330
Hunter Lab45.490980.9441-90.5832
CIE-Lab52.613281.7899-72.0939

#c231fc color RGB value is (194,49,252).

#c231fc hex color red value is 194, green value is 49 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c231fc hue: 0.79 , saturation: 0.97 and the lightness value of c231fc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 11111100
Octal 302 61 374
Decimal 194 49 252
Hex C2 31 FC

RGB Percentages of Color #c231fc

%39.19
%9.90
%50.91

CMYK Percentages of Color #c231fc

%23
%81
%0
%1

Triadic Colors of #c231fc

#c231fc #fcc231 #31fcc2

Analogous Colors of #c231fc

#c231fc #fc31d1 #5c31fc

Monochromatic Colors of #c231fc

#c231fc

Complementary Color

#c231fc #6bfc31

#c231fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c231fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c231fc Color CSS Codes

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

#c231fc Text Font Color

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

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


#c231fc Background Color

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

This div background color is #c231fc


#c231fc Border Color

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

This div border color is #c231fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c231fc

Related Colors


Comments

No comments written yet.

Please login to write comment.