Color Hex Logo

#c65afb Color Hex

#C65AFB
(198,90,251)
0 Favorites   0 Comments

Color spaces of #c65afb

RGB 19890251
HSL0.780.950.67
HSV280°64°98°
CMYK 0.210.640.00   0.02
XYZ44.357526.283194.0020
Yxy26.28310.26940.1596
Hunter Lab51.267064.7252-72.8258
CIE-Lab58.304867.5550-62.3272

#c65afb color RGB value is (198,90,251).

#c65afb hex color red value is 198, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c65afb hue: 0.78 , saturation: 0.95 and the lightness value of c65afb is 0.67.

The process color (four color CMYK) of #c65afb color hex is 0.21, 0.64, 0.00, 0.02. Web safe color of #c65afb is #cc66ff. Color #c65afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011010 11111011
Octal 306 132 373
Decimal 198 90 251
Hex C6 5A FB

RGB Percentages of Color #c65afb

%36.73
%16.70
%46.57

CMYK Percentages of Color #c65afb

%21
%64
%0
%2

Triadic Colors of #c65afb

#c65afb #fbc65a #5afbc6

Analogous Colors of #c65afb

#c65afb #fb5ae0 #765afb

Monochromatic Colors of #c65afb

#c65afb

Complementary Color

#c65afb #8ffb5a

#c65afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65afb Color CSS Codes

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

#c65afb Text Font Color

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

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


#c65afb Background Color

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

This div background color is #c65afb


#c65afb Border Color

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

This div border color is #c65afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65afb

Related Colors


Comments

No comments written yet.

Please login to write comment.