Color Hex Logo

#c321ef Color Hex

#C321EF
(195,33,239)
0 Favorites   0 Comments

Color spaces of #c321ef

RGB 19533239
HSL0.800.870.53
HSV287°86°94°
CMYK 0.180.860.00   0.06
XYZ38.629518.921883.2776
Yxy18.92180.27430.1344
Hunter Lab43.499282.3935-83.0591
CIE-Lab50.595683.3153-68.0824

#c321ef color RGB value is (195,33,239).

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

The process color (four color CMYK) of #c321ef color hex is 0.18, 0.86, 0.00, 0.06. Web safe color of #c321ef is #cc33ff. Color #c321ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100001 11101111
Octal 303 41 357
Decimal 195 33 239
Hex C3 21 EF

RGB Percentages of Color #c321ef

%41.76
%7.07
%51.18

CMYK Percentages of Color #c321ef

%18
%86
%0
%6

Triadic Colors of #c321ef

#c321ef #efc321 #21efc3

Analogous Colors of #c321ef

#c321ef #ef21b4 #5c21ef

Monochromatic Colors of #c321ef

#c321ef

Complementary Color

#c321ef #4def21

#c321ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c321ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c321ef Color CSS Codes

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

#c321ef Text Font Color

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

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


#c321ef Background Color

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

This div background color is #c321ef


#c321ef Border Color

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

This div border color is #c321ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c321ef


Comments

No comments written yet.

Please login to write comment.