Color Hex Logo

#c625ec Color Hex

#C625EC
(198,37,236)
0 Favorites   0 Comments

Color spaces of #c625ec

RGB 19837236
HSL0.800.840.54
HSV289°84°93°
CMYK 0.160.840.00   0.07
XYZ39.090619.385081.0383
Yxy19.38500.28020.1389
Hunter Lab44.028481.4315-78.3088
CIE-Lab51.134682.4596-65.4987

#c625ec color RGB value is (198,37,236).

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

The process color (four color CMYK) of #c625ec color hex is 0.16, 0.84, 0.00, 0.07. Web safe color of #c625ec is #cc33ff. Color #c625ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11101100
Octal 306 45 354
Decimal 198 37 236
Hex C6 25 EC

RGB Percentages of Color #c625ec

%42.04
%7.86
%50.11

CMYK Percentages of Color #c625ec

%16
%84
%0
%7

Triadic Colors of #c625ec

#c625ec #ecc625 #25ecc6

Analogous Colors of #c625ec

#c625ec #ec25af #6325ec

Monochromatic Colors of #c625ec

#c625ec

Complementary Color

#c625ec #4bec25

#c625ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625ec Color CSS Codes

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

#c625ec Text Font Color

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

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


#c625ec Background Color

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

This div background color is #c625ec


#c625ec Border Color

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

This div border color is #c625ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,37,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625ec


Comments

No comments written yet.

Please login to write comment.