Color Hex Logo

#c693fd Color Hex

#C693FD
(198,147,253)
0 Favorites   0 Comments

Color spaces of #c693fd

RGB 198147253
HSL0.750.960.78
HSV269°42°99°
CMYK 0.220.420.00   0.01
XYZ51.452039.965197.9307
Yxy39.96510.27170.2111
Hunter Lab63.218034.6466-47.5933
CIE-Lab69.444739.2012-45.7374

#c693fd color RGB value is (198,147,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 11111101
Octal 306 223 375
Decimal 198 147 253
Hex C6 93 FD

RGB Percentages of Color #c693fd

%33.11
%24.58
%42.31

CMYK Percentages of Color #c693fd

%22
%42
%0
%1

Triadic Colors of #c693fd

#c693fd #fdc693 #93fdc6

Analogous Colors of #c693fd

#c693fd #fb93fd #9395fd

Monochromatic Colors of #c693fd

#c693fd

Complementary Color

#c693fd #cafd93

#c693fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693fd Color CSS Codes

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

#c693fd Text Font Color

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

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


#c693fd Background Color

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

This div background color is #c693fd


#c693fd Border Color

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

This div border color is #c693fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693fd

Related Colors


Comments

No comments written yet.

Please login to write comment.