Color Hex Logo

#c667fc Color Hex

#C667FC
(198,103,252)
0 Favorites   0 Comments

Color spaces of #c667fc

RGB 198103252
HSL0.770.960.70
HSV278°59°99°
CMYK 0.210.590.00   0.01
XYZ45.709628.734595.2326
Yxy28.73450.26940.1693
Hunter Lab53.604658.4022-67.8100
CIE-Lab60.546661.7934-59.2894

#c667fc color RGB value is (198,103,252).

#c667fc hex color red value is 198, green value is 103 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c667fc hue: 0.77 , saturation: 0.96 and the lightness value of c667fc is 0.70.

The process color (four color CMYK) of #c667fc color hex is 0.21, 0.59, 0.00, 0.01. Web safe color of #c667fc is #cc66ff. Color #c667fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100111 11111100
Octal 306 147 374
Decimal 198 103 252
Hex C6 67 FC

RGB Percentages of Color #c667fc

%35.80
%18.63
%45.57

CMYK Percentages of Color #c667fc

%21
%59
%0
%1

Triadic Colors of #c667fc

#c667fc #fcc667 #67fcc6

Analogous Colors of #c667fc

#c667fc #fc67e8 #7c67fc

Monochromatic Colors of #c667fc

#c667fc

Complementary Color

#c667fc #9dfc67

#c667fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c667fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c667fc Color CSS Codes

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

#c667fc Text Font Color

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

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


#c667fc Background Color

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

This div background color is #c667fc


#c667fc Border Color

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

This div border color is #c667fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c667fc


Comments

No comments written yet.

Please login to write comment.