Color Hex Logo

#c645fb Color Hex

#C645FB
(198,69,251)
0 Favorites   0 Comments

Color spaces of #c645fb

RGB 19869251
HSL0.780.960.63
HSV283°73°98°
CMYK 0.210.730.00   0.02
XYZ42.829423.227093.4927
Yxy23.22700.26840.1456
Hunter Lab48.194474.2892-81.2811
CIE-Lab55.305475.9778-67.1540

#c645fb color RGB value is (198,69,251).

#c645fb hex color red value is 198, green value is 69 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c645fb hue: 0.78 , saturation: 0.96 and the lightness value of c645fb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000101 11111011
Octal 306 105 373
Decimal 198 69 251
Hex C6 45 FB

RGB Percentages of Color #c645fb

%38.22
%13.32
%48.46

CMYK Percentages of Color #c645fb

%21
%73
%0
%2

Triadic Colors of #c645fb

#c645fb #fbc645 #45fbc6

Analogous Colors of #c645fb

#c645fb #fb45d5 #6b45fb

Monochromatic Colors of #c645fb

#c645fb

Complementary Color

#c645fb #7afb45

#c645fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c645fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c645fb Color CSS Codes

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

#c645fb Text Font Color

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

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


#c645fb Background Color

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

This div background color is #c645fb


#c645fb Border Color

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

This div border color is #c645fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c645fb


Comments

No comments written yet.

Please login to write comment.