Color Hex Logo

#c65fda Color Hex

#C65FDA
(198,95,218)
0 Favorites   0 Comments

Color spaces of #c65fda

RGB 19895218
HSL0.810.620.61
HSV290°56°85°
CMYK 0.090.560.00   0.15
XYZ40.035825.252169.0937
Yxy25.25210.29790.1879
Hunter Lab50.251554.2725-46.3453
CIE-Lab57.320258.7707-45.4516

#c65fda color RGB value is (198,95,218).

#c65fda hex color red value is 198, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c65fda hue: 0.81 , saturation: 0.62 and the lightness value of c65fda is 0.61.

The process color (four color CMYK) of #c65fda color hex is 0.09, 0.56, 0.00, 0.15. Web safe color of #c65fda is #cc66cc. Color #c65fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 11011010
Octal 306 137 332
Decimal 198 95 218
Hex C6 5F DA

RGB Percentages of Color #c65fda

%38.75
%18.59
%42.66

CMYK Percentages of Color #c65fda

%9
%56
%0
%15

Triadic Colors of #c65fda

#c65fda #dac65f #5fdac6

Analogous Colors of #c65fda

#c65fda #da5fb1 #895fda

Monochromatic Colors of #c65fda

#c65fda

Complementary Color

#c65fda #73da5f

#c65fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65fda Color CSS Codes

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

#c65fda Text Font Color

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

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


#c65fda Background Color

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

This div background color is #c65fda


#c65fda Border Color

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

This div border color is #c65fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65fda


Comments

No comments written yet.

Please login to write comment.