Color Hex Logo

#c425ef Color Hex

#C425EF
(196,37,239)
0 Favorites   0 Comments

Color spaces of #c425ef

RGB 19637239
HSL0.800.860.54
HSV287°85°94°
CMYK 0.180.850.00   0.06
XYZ39.006519.290983.3290
Yxy19.29090.27540.1362
Hunter Lab43.921481.6630-81.7418
CIE-Lab51.025882.6618-67.3782

#c425ef color RGB value is (196,37,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 11101111
Octal 304 45 357
Decimal 196 37 239
Hex C4 25 EF

RGB Percentages of Color #c425ef

%41.53
%7.84
%50.64

CMYK Percentages of Color #c425ef

%18
%85
%0
%6

Triadic Colors of #c425ef

#c425ef #efc425 #25efc4

Analogous Colors of #c425ef

#c425ef #ef25b5 #5f25ef

Monochromatic Colors of #c425ef

#c425ef

Complementary Color

#c425ef #50ef25

#c425ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425ef Color CSS Codes

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

#c425ef Text Font Color

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

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


#c425ef Background Color

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

This div background color is #c425ef


#c425ef Border Color

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

This div border color is #c425ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425ef


Comments

No comments written yet.

Please login to write comment.