Color Hex Logo

#c63dea Color Hex

#C63DEA
(198,61,234)
0 Favorites   0 Comments

Color spaces of #c63dea

RGB 19861234
HSL0.800.800.58
HSV288°74°92°
CMYK 0.150.740.00   0.08
XYZ39.808721.283879.8519
Yxy21.28380.28240.1510
Hunter Lab46.134473.2900-70.3283
CIE-Lab53.258775.5672-60.9477

#c63dea color RGB value is (198,61,234).

#c63dea hex color red value is 198, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c63dea hue: 0.80 , saturation: 0.80 and the lightness value of c63dea is 0.58.

The process color (four color CMYK) of #c63dea color hex is 0.15, 0.74, 0.00, 0.08. Web safe color of #c63dea is #cc33ff. Color #c63dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111101 11101010
Octal 306 75 352
Decimal 198 61 234
Hex C6 3D EA

RGB Percentages of Color #c63dea

%40.16
%12.37
%47.46

CMYK Percentages of Color #c63dea

%15
%74
%0
%8

Triadic Colors of #c63dea

#c63dea #eac63d #3deac6

Analogous Colors of #c63dea

#c63dea #ea3db8 #703dea

Monochromatic Colors of #c63dea

#c63dea

Complementary Color

#c63dea #61ea3d

#c63dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63dea Color CSS Codes

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

#c63dea Text Font Color

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

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


#c63dea Background Color

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

This div background color is #c63dea


#c63dea Border Color

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

This div border color is #c63dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63dea


Comments

No comments written yet.

Please login to write comment.