Color Hex Logo

#c325ef Color Hex

#C325EF
(195,37,239)
0 Favorites   0 Comments

Color spaces of #c325ef

RGB 19537239
HSL0.800.860.54
HSV287°85°94°
CMYK 0.180.850.00   0.06
XYZ38.747219.157283.3169
Yxy19.15720.27440.1357
Hunter Lab43.768981.4245-82.2239
CIE-Lab50.870682.5056-67.6370

#c325ef color RGB value is (195,37,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 11101111
Octal 303 45 357
Decimal 195 37 239
Hex C3 25 EF

RGB Percentages of Color #c325ef

%41.40
%7.86
%50.74

CMYK Percentages of Color #c325ef

%18
%85
%0
%6

Triadic Colors of #c325ef

#c325ef #efc325 #25efc3

Analogous Colors of #c325ef

#c325ef #ef25b6 #5e25ef

Monochromatic Colors of #c325ef

#c325ef

Complementary Color

#c325ef #51ef25

#c325ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c325ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c325ef Color CSS Codes

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

#c325ef Text Font Color

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

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


#c325ef Background Color

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

This div background color is #c325ef


#c325ef Border Color

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

This div border color is #c325ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c325ef


Comments

No comments written yet.

Please login to write comment.