Color Hex Logo

#c632eb Color Hex

#C632EB
(198,50,235)
0 Favorites   0 Comments

Color spaces of #c632eb

RGB 19850235
HSL0.800.820.56
HSV288°79°92°
CMYK 0.160.790.00   0.08
XYZ39.424720.285180.4348
Yxy20.28510.28130.1447
Hunter Lab45.039077.4311-74.3583
CIE-Lab52.158079.1047-63.2832

#c632eb color RGB value is (198,50,235).

#c632eb hex color red value is 198, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c632eb hue: 0.80 , saturation: 0.82 and the lightness value of c632eb is 0.56.

The process color (four color CMYK) of #c632eb color hex is 0.16, 0.79, 0.00, 0.08. Web safe color of #c632eb is #cc33ff. Color #c632eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 11101011
Octal 306 62 353
Decimal 198 50 235
Hex C6 32 EB

RGB Percentages of Color #c632eb

%40.99
%10.35
%48.65

CMYK Percentages of Color #c632eb

%16
%79
%0
%8

Triadic Colors of #c632eb

#c632eb #ebc632 #32ebc6

Analogous Colors of #c632eb

#c632eb #eb32b4 #6a32eb

Monochromatic Colors of #c632eb

#c632eb

Complementary Color

#c632eb #57eb32

#c632eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c632eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c632eb Color CSS Codes

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

#c632eb Text Font Color

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

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


#c632eb Background Color

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

This div background color is #c632eb


#c632eb Border Color

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

This div border color is #c632eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c632eb


Comments

No comments written yet.

Please login to write comment.