Color Hex Logo

#c65ebf Color Hex

#C65EBF
(198,94,191)
0 Favorites   0 Comments

Color spaces of #c65ebf

RGB 19894191
HSL0.840.480.57
HSV304°53°78°
CMYK 0.000.530.04   0.22
XYZ36.695423.772851.9448
Yxy23.77280.32640.2115
Hunter Lab48.757449.0160-29.0358
CIE-Lab55.859654.3383-32.3796

#c65ebf color RGB value is (198,94,191).

#c65ebf hex color red value is 198, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c65ebf hue: 0.84 , saturation: 0.48 and the lightness value of c65ebf is 0.57.

The process color (four color CMYK) of #c65ebf color hex is 0.00, 0.53, 0.04, 0.22. Web safe color of #c65ebf is #cc66cc. Color #c65ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011110 10111111
Octal 306 136 277
Decimal 198 94 191
Hex C6 5E BF

RGB Percentages of Color #c65ebf

%40.99
%19.46
%39.54

CMYK Percentages of Color #c65ebf

%0
%53
%4
%22

Triadic Colors of #c65ebf

#c65ebf #bfc65e #5ebfc6

Analogous Colors of #c65ebf

#c65ebf #c65e8b #995ec6

Monochromatic Colors of #c65ebf

#c65ebf

Complementary Color

#c65ebf #5ec665

#c65ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65ebf Color CSS Codes

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

#c65ebf Text Font Color

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

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


#c65ebf Background Color

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

This div background color is #c65ebf


#c65ebf Border Color

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

This div border color is #c65ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65ebf


Comments

No comments written yet.

Please login to write comment.