Color Hex Logo

#c675df Color Hex

#C675DF
(198,117,223)
0 Favorites   0 Comments

Color spaces of #c675df

RGB 198117223
HSL0.790.620.67
HSV286°48°87°
CMYK 0.110.480.00   0.13
XYZ42.969330.056173.3487
Yxy30.05610.29360.2053
Hunter Lab54.823443.9630-40.9481
CIE-Lab61.702648.8205-41.3538

#c675df color RGB value is (198,117,223).

#c675df hex color red value is 198, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c675df hue: 0.79 , saturation: 0.62 and the lightness value of c675df is 0.67.

The process color (four color CMYK) of #c675df color hex is 0.11, 0.48, 0.00, 0.13. Web safe color of #c675df is #cc66cc. Color #c675df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 11011111
Octal 306 165 337
Decimal 198 117 223
Hex C6 75 DF

RGB Percentages of Color #c675df

%36.80
%21.75
%41.45

CMYK Percentages of Color #c675df

%11
%48
%0
%13

Triadic Colors of #c675df

#c675df #dfc675 #75dfc6

Analogous Colors of #c675df

#c675df #df75c3 #9175df

Monochromatic Colors of #c675df

#c675df

Complementary Color

#c675df #8edf75

#c675df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c675df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c675df Color CSS Codes

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

#c675df Text Font Color

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

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


#c675df Background Color

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

This div background color is #c675df


#c675df Border Color

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

This div border color is #c675df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c675df


Comments

No comments written yet.

Please login to write comment.