Color Hex Logo

#c31fed Color Hex

#C31FED
(195,31,237)
0 Favorites   0 Comments

Color spaces of #c31fed

RGB 19531237
HSL0.800.850.53
HSV288°87°93°
CMYK 0.180.870.00   0.07
XYZ38.281718.696581.7119
Yxy18.69650.27600.1348
Hunter Lab43.239482.3645-81.7759
CIE-Lab50.330283.3443-67.3864

#c31fed color RGB value is (195,31,237).

#c31fed hex color red value is 195, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c31fed hue: 0.80 , saturation: 0.85 and the lightness value of c31fed is 0.53.

The process color (four color CMYK) of #c31fed color hex is 0.18, 0.87, 0.00, 0.07. Web safe color of #c31fed is #cc33ff. Color #c31fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011111 11101101
Octal 303 37 355
Decimal 195 31 237
Hex C3 1F ED

RGB Percentages of Color #c31fed

%42.12
%6.70
%51.19

CMYK Percentages of Color #c31fed

%18
%87
%0
%7

Triadic Colors of #c31fed

#c31fed #edc31f #1fedc3

Analogous Colors of #c31fed

#c31fed #ed1fb0 #5c1fed

Monochromatic Colors of #c31fed

#c31fed

Complementary Color

#c31fed #49ed1f

#c31fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31fed Color CSS Codes

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

#c31fed Text Font Color

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

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


#c31fed Background Color

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

This div background color is #c31fed


#c31fed Border Color

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

This div border color is #c31fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,31,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c31fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c31fed;
  -webkit-box-shadow: 1px 1px 3px 2px #c31fed;
  box-shadow:         1px 1px 3px 2px #c31fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,31,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31fed


Comments

No comments written yet.

Please login to write comment.