Color Hex Logo

#c694fd Color Hex

#C694FD
(198,148,253)
0 Favorites   0 Comments

Color spaces of #c694fd

RGB 198148253
HSL0.750.960.79
HSV269°42°99°
CMYK 0.220.420.00   0.01
XYZ51.608240.277497.9828
Yxy40.27740.27180.2121
Hunter Lab63.464534.0902-47.1127
CIE-Lab69.666738.6563-45.3889

#c694fd color RGB value is (198,148,253).

#c694fd hex color red value is 198, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c694fd hue: 0.75 , saturation: 0.96 and the lightness value of c694fd is 0.79.

The process color (four color CMYK) of #c694fd color hex is 0.22, 0.42, 0.00, 0.01. Web safe color of #c694fd is #cc99ff. Color #c694fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010100 11111101
Octal 306 224 375
Decimal 198 148 253
Hex C6 94 FD

RGB Percentages of Color #c694fd

%33.06
%24.71
%42.24

CMYK Percentages of Color #c694fd

%22
%42
%0
%1

Triadic Colors of #c694fd

#c694fd #fdc694 #94fdc6

Analogous Colors of #c694fd

#c694fd #fb94fd #9497fd

Monochromatic Colors of #c694fd

#c694fd

Complementary Color

#c694fd #cbfd94

#c694fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c694fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c694fd Color CSS Codes

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

#c694fd Text Font Color

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

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


#c694fd Background Color

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

This div background color is #c694fd


#c694fd Border Color

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

This div border color is #c694fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c694fd

Related Colors


Comments

No comments written yet.

Please login to write comment.