Color Hex Logo

#c731ea Color Hex

#C731EA
(199,49,234)
0 Favorites   0 Comments

Color spaces of #c731ea

RGB 19949234
HSL0.800.810.55
HSV289°79°92°
CMYK 0.150.790.00   0.08
XYZ39.502820.279379.6742
Yxy20.27930.28330.1454
Hunter Lab45.032577.7742-73.3765
CIE-Lab52.151579.3788-62.7227

#c731ea color RGB value is (199,49,234).

#c731ea hex color red value is 199, green value is 49 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c731ea hue: 0.80 , saturation: 0.81 and the lightness value of c731ea is 0.55.

The process color (four color CMYK) of #c731ea color hex is 0.15, 0.79, 0.00, 0.08. Web safe color of #c731ea is #cc33ff. Color #c731ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110001 11101010
Octal 307 61 352
Decimal 199 49 234
Hex C7 31 EA

RGB Percentages of Color #c731ea

%41.29
%10.17
%48.55

CMYK Percentages of Color #c731ea

%15
%79
%0
%8

Triadic Colors of #c731ea

#c731ea #eac731 #31eac7

Analogous Colors of #c731ea

#c731ea #ea31b1 #6b31ea

Monochromatic Colors of #c731ea

#c731ea

Complementary Color

#c731ea #54ea31

#c731ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c731ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c731ea Color CSS Codes

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

#c731ea Text Font Color

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

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


#c731ea Background Color

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

This div background color is #c731ea


#c731ea Border Color

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

This div border color is #c731ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c731ea


Comments

No comments written yet.

Please login to write comment.