Color Hex Logo

#c626ec Color Hex

#C626EC
(198,38,236)
0 Favorites   0 Comments

Color spaces of #c626ec

RGB 19838236
HSL0.800.840.54
HSV288°84°93°
CMYK 0.160.840.00   0.07
XYZ39.122119.448181.0488
Yxy19.44810.28020.1393
Hunter Lab44.100081.1764-78.0956
CIE-Lab51.207482.2459-65.3811

#c626ec color RGB value is (198,38,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 11101100
Octal 306 46 354
Decimal 198 38 236
Hex C6 26 EC

RGB Percentages of Color #c626ec

%41.95
%8.05
%50.00

CMYK Percentages of Color #c626ec

%16
%84
%0
%7

Triadic Colors of #c626ec

#c626ec #ecc626 #26ecc6

Analogous Colors of #c626ec

#c626ec #ec26af #6326ec

Monochromatic Colors of #c626ec

#c626ec

Complementary Color

#c626ec #4cec26

#c626ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c626ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c626ec Color CSS Codes

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

#c626ec Text Font Color

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

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


#c626ec Background Color

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

This div background color is #c626ec


#c626ec Border Color

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

This div border color is #c626ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c626ec


Comments

No comments written yet.

Please login to write comment.