Color Hex Logo

#c626be Color Hex

#C626BE
(198,38,190)
0 Favorites   0 Comments

Color spaces of #c626be

RGB 19838190
HSL0.840.680.46
HSV303°81°78°
CMYK 0.000.810.04   0.22
XYZ33.276117.109750.2639
Yxy17.10970.33060.1700
Hunter Lab41.363971.2116-43.0924
CIE-Lab48.398074.8216-43.5403

#c626be color RGB value is (198,38,190).

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

The process color (four color CMYK) of #c626be color hex is 0.00, 0.81, 0.04, 0.22. Web safe color of #c626be is #cc33cc. Color #c626be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 10111110
Octal 306 46 276
Decimal 198 38 190
Hex C6 26 BE

RGB Percentages of Color #c626be

%46.48
%8.92
%44.60

CMYK Percentages of Color #c626be

%0
%81
%4
%22

Triadic Colors of #c626be

#c626be #bec626 #26bec6

Analogous Colors of #c626be

#c626be #c6266e #7e26c6

Monochromatic Colors of #c626be

#c626be

Complementary Color

#c626be #26c62e

#c626be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c626be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c626be Color CSS Codes

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

#c626be Text Font Color

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

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


#c626be Background Color

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

This div background color is #c626be


#c626be Border Color

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

This div border color is #c626be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c626be


Comments

No comments written yet.

Please login to write comment.