color codes Logo

#c65ffd color codes

#C65FFD
(198,95,253)
0 Favorites   0 Comments

Color spaces of #c65ffd

RGB 19895253
HSL0.780.980.68
HSV279°62°99°
CMYK 0.220.620.00   0.01
XYZ45.110527.282095.8169
Yxy27.28200.26820.1622
Hunter Lab52.232262.7558-72.2016
CIE-Lab59.234465.7302-61.9421

#c65ffd color RGB value is (198,95,253).

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

The process color (four color CMYK) of #c65ffd color code is 0.22, 0.62, 0.00, 0.01. Web safe color of #c65ffd is #cc66ff. Color #c65ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 11111101
Octal 306 137 375
Decimal 198 95 253
Hex C6 5F FD

RGB Percentages of Color #c65ffd

%36.26
%17.40
%46.34

CMYK Percentages of Color #c65ffd

%22
%62
%0
%1

Triadic Colors of #c65ffd

#c65ffd #fdc65f #5ffdc6

Analogous Colors of #c65ffd

#c65ffd #fd5fe5 #775ffd

Monochromatic Colors of #c65ffd

#c65ffd

Complementary Color

#c65ffd #96fd5f

#c65ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65ffd Color CSS Codes

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

#c65ffd Text Font Color

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

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


#c65ffd Background Color

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

This div background color is #c65ffd


#c65ffd Border Color

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

This div border color is #c65ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.