Color Hex Logo

#c231ff Color Hex

#C231FF
(194,49,255)
0 Favorites   0 Comments

Color spaces of #c231ff

RGB 19449255
HSL0.781.000.60
HSV282°81°100°
CMYK 0.240.810.00   0.00
XYZ41.396420.886096.4573
Yxy20.88600.26080.1316
Hunter Lab45.701281.7092-93.1471
CIE-Lab52.824582.3475-73.4198

#c231ff color RGB value is (194,49,255).

#c231ff hex color red value is 194, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c231ff hue: 0.78 , saturation: 1.00 and the lightness value of c231ff is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 11111111
Octal 302 61 377
Decimal 194 49 255
Hex C2 31 FF

RGB Percentages of Color #c231ff

%38.96
%9.84
%51.20

CMYK Percentages of Color #c231ff

%24
%81
%0
%0

Triadic Colors of #c231ff

#c231ff #ffc231 #31ffc2

Analogous Colors of #c231ff

#c231ff #ff31d5 #5b31ff

Monochromatic Colors of #c231ff

#c231ff

Complementary Color

#c231ff #6eff31

#c231ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c231ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c231ff Color CSS Codes

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

#c231ff Text Font Color

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

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


#c231ff Background Color

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

This div background color is #c231ff


#c231ff Border Color

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

This div border color is #c231ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c231ff


Comments

No comments written yet.

Please login to write comment.