Color Hex Logo

#c638fa Color Hex

#C638FA
(198,56,250)
0 Favorites   0 Comments

Color spaces of #c638fa

RGB 19856250
HSL0.790.950.60
HSV284°78°98°
CMYK 0.210.780.00   0.02
XYZ41.958221.736292.4266
Yxy21.73620.26880.1392
Hunter Lab46.622179.0549-84.9048
CIE-Lab53.746080.0824-69.1173

#c638fa color RGB value is (198,56,250).

#c638fa hex color red value is 198, green value is 56 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c638fa hue: 0.79 , saturation: 0.95 and the lightness value of c638fa is 0.60.

The process color (four color CMYK) of #c638fa color hex is 0.21, 0.78, 0.00, 0.02. Web safe color of #c638fa is #cc33ff. Color #c638fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111000 11111010
Octal 306 70 372
Decimal 198 56 250
Hex C6 38 FA

RGB Percentages of Color #c638fa

%39.29
%11.11
%49.60

CMYK Percentages of Color #c638fa

%21
%78
%0
%2

Triadic Colors of #c638fa

#c638fa #fac638 #38fac6

Analogous Colors of #c638fa

#c638fa #fa38cd #6538fa

Monochromatic Colors of #c638fa

#c638fa

Complementary Color

#c638fa #6cfa38

#c638fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c638fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c638fa Color CSS Codes

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

#c638fa Text Font Color

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

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


#c638fa Background Color

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

This div background color is #c638fa


#c638fa Border Color

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

This div border color is #c638fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c638fa


Comments

No comments written yet.

Please login to write comment.