Color Hex Logo

#c67cfc Color Hex

#C67CFC
(198,124,252)
0 Favorites   0 Comments

Color spaces of #c67cfc

RGB 198124252
HSL0.760.960.74
HSV275°51°99°
CMYK 0.210.510.00   0.01
XYZ48.067033.449396.0184
Yxy33.44930.27070.1884
Hunter Lab57.835447.1395-57.9486
CIE-Lab64.523151.2752-52.9581

#c67cfc color RGB value is (198,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 11111100
Octal 306 174 374
Decimal 198 124 252
Hex C6 7C FC

RGB Percentages of Color #c67cfc

%34.49
%21.60
%43.90

CMYK Percentages of Color #c67cfc

%21
%51
%0
%1

Triadic Colors of #c67cfc

#c67cfc #fcc67c #7cfcc6

Analogous Colors of #c67cfc

#c67cfc #fc7cf2 #867cfc

Monochromatic Colors of #c67cfc

#c67cfc

Complementary Color

#c67cfc #b2fc7c

#c67cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67cfc Color CSS Codes

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

#c67cfc Text Font Color

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

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


#c67cfc Background Color

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

This div background color is #c67cfc


#c67cfc Border Color

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

This div border color is #c67cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67cfc


Comments

No comments written yet.

Please login to write comment.