Color Hex Logo

#c669fb Color Hex

#C669FB
(198,105,251)
0 Favorites   0 Comments

Color spaces of #c669fb

RGB 198105251
HSL0.770.950.70
HSV278°58°98°
CMYK 0.210.580.00   0.02
XYZ45.752929.074094.4672
Yxy29.07400.27030.1717
Hunter Lab53.920357.1017-66.1306
CIE-Lab60.846960.6227-58.2579

#c669fb color RGB value is (198,105,251).

#c669fb hex color red value is 198, green value is 105 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c669fb hue: 0.77 , saturation: 0.95 and the lightness value of c669fb is 0.70.

The process color (four color CMYK) of #c669fb color hex is 0.21, 0.58, 0.00, 0.02. Web safe color of #c669fb is #cc66ff. Color #c669fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 11111011
Octal 306 151 373
Decimal 198 105 251
Hex C6 69 FB

RGB Percentages of Color #c669fb

%35.74
%18.95
%45.31

CMYK Percentages of Color #c669fb

%21
%58
%0
%2

Triadic Colors of #c669fb

#c669fb #fbc669 #69fbc6

Analogous Colors of #c669fb

#c669fb #fb69e7 #7d69fb

Monochromatic Colors of #c669fb

#c669fb

Complementary Color

#c669fb #9efb69

#c669fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c669fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c669fb Color CSS Codes

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

#c669fb Text Font Color

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

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


#c669fb Background Color

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

This div background color is #c669fb


#c669fb Border Color

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

This div border color is #c669fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,105,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 #c669fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c669fb

Related Colors


Comments

No comments written yet.

Please login to write comment.