Color Hex Logo

#c685ea Color Hex

#C685EA
(198,133,234)
0 Favorites   0 Comments

Color spaces of #c685ea

RGB 198133234
HSL0.770.710.72
HSV279°43°92°
CMYK 0.150.430.00   0.08
XYZ46.527534.721382.0915
Yxy34.72130.28490.2126
Hunter Lab58.924837.8267-41.3530
CIE-Lab65.531142.6311-41.4590

#c685ea color RGB value is (198,133,234).

#c685ea hex color red value is 198, green value is 133 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c685ea hue: 0.77 , saturation: 0.71 and the lightness value of c685ea is 0.72.

The process color (four color CMYK) of #c685ea color hex is 0.15, 0.43, 0.00, 0.08. Web safe color of #c685ea is #cc99ff. Color #c685ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 11101010
Octal 306 205 352
Decimal 198 133 234
Hex C6 85 EA

RGB Percentages of Color #c685ea

%35.04
%23.54
%41.42

CMYK Percentages of Color #c685ea

%15
%43
%0
%8

Triadic Colors of #c685ea

#c685ea #eac685 #85eac6

Analogous Colors of #c685ea

#c685ea #ea85dc #9485ea

Monochromatic Colors of #c685ea

#c685ea

Complementary Color

#c685ea #a9ea85

#c685ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c685ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c685ea Color CSS Codes

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

#c685ea Text Font Color

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

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


#c685ea Background Color

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

This div background color is #c685ea


#c685ea Border Color

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

This div border color is #c685ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c685ea


Comments

No comments written yet.

Please login to write comment.